Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorflavio <fdanesse@gmail.com>2012-06-05 20:10:40 (GMT)
committer flavio <fdanesse@gmail.com>2012-06-05 20:10:40 (GMT)
commitc5e3d972fccad4cddf4273829d02bca96d5bf44d (patch)
tree67a0350dc7c2c92f5afceb9198998e8f2bc82924 /setup.py
parent809eb01de65d188c6574312e31a75a5d08fc7c09 (diff)
Port Gtk3
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 530f97c..c60f4d0 100755
--- a/setup.py
+++ b/setup.py
@@ -16,6 +16,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-from sugar.activity import bundlebuilder
+from sugar3.activity import bundlebuilder
bundlebuilder.start()