From c46f22cb11d9c436daa54b28a0ba4e0805beaa8a Mon Sep 17 00:00:00 2001 From: Agustin Zubiaga Date: Wed, 03 Oct 2012 16:49:27 +0000 Subject: Use gtk3 in setup.py Signed-off-by: Agustin Zubiaga --- diff --git a/setup.py b/setup.py index 0c39199..ad218b2 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -from sugar.activity import bundlebuilder +from sugar3.activity import bundlebuilder bundlebuilder.start() -- cgit v0.9.1