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-04-24 15:13:10 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-04-24 15:13:10 (GMT)
commit67252589d137e58adce9d90c97b622b9453fa739 (patch)
tree4868708f90f1b577079a28ee5ffa3ea745a6bbc2 /setup.py
parent0e59b5e2f5c6235e446036d0a1e6b39a83d6e53a (diff)
Start port to Gtk3
Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Reviewed-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 8c17051..653d383 100755
--- a/setup.py
+++ b/setup.py
@@ -14,6 +14,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()