Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2014-01-17 23:10:47 (GMT)
committer Walter Bender <walter@sugarlabs.org>2014-01-17 23:10:47 (GMT)
commitee2aa6ae2beda3d4182470a3d6796d64e9bd791d (patch)
tree7d85ea647e6cde041ad061fc7eb68b441afb844e /setup.py
parente374a52b347a704742b6cb7071e34edb31bb78ec (diff)
merge ignacio's gtk3 branchv14
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 6ed89aa..9a141b3 100755
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python
-from sugar.activity import bundlebuilder
+from sugar3.activity import bundlebuilder
bundlebuilder.start()
-