From 67252589d137e58adce9d90c97b622b9453fa739 Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Tue, 24 Apr 2012 15:13:10 +0000 Subject: Start port to Gtk3 Signed-off-by: Manuel Kaufmann Reviewed-by: Gonzalo Odiard --- (limited to 'setup.py') 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() -- cgit v0.9.1