Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2012-11-24 18:11:04 (GMT)
committer Gary Martin <gary@garycmartin.com>2012-11-24 18:11:04 (GMT)
commit575a5d91bab90fc6dee435e3c8c9b98b1e1bed24 (patch)
treee04c50644d0de41e697e9ad3be4b6da8a0fc3c84 /setup.py
parentfa0bf8ee2d79bd7ae73410a4de8d051221a02e52 (diff)
Initial GTK3/gi.repository/sugar3 port
This commit launches but is not yet in a very usable state due to missing toolbar icons and the canvas going partly off the bottom of the screen.
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()