Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-11-09 04:08:50 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-12-06 00:45:20 (GMT)
commit403147acc6466df43f7e612595a39b05403d4ad7 (patch)
treedf5c8033b912ec0b1478635b547d1f1670822a5b /setup.py
parent9d416b0035e84f3a87f644eb7b74de7f1f1574d8 (diff)
Partial port to Gtk3
Signed-off-by: Ignacio Rodriguez <nachoel01@gmail.com> Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
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 ec0f64e..9a141b3 100755
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,3 @@
#!/usr/bin/env python
-from sugar.activity import bundlebuilder
+from sugar3.activity import bundlebuilder
bundlebuilder.start()