Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2012-10-03 00:23:16 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-10-03 00:23:16 (GMT)
commit5ceda38732c57211d3f38e6cbbd7b8a521a0a9e5 (patch)
tree7fa653cb7ccc6d8c4fc9c34967f3b5dd66dbd726 /setup.py
parente1a599bb8508e1a0607e052a2f086289844dee60 (diff)
Start sugarizing; use 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()