From 9859cfb480bedf996579c47d7eb04ad110e4dfa2 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Mon, 30 Jul 2012 16:56:41 +0000 Subject: Port to Gtk3 SL #3761 Convert all the gtk2 and sugar-toolkit code to launch this Activity using Gtk3. All these steps are documented here: * http://wiki.sugarlabs.org/go/Features/GTK3/Porting/Log Signed-off-by: Manuel Kaufmann --- (limited to 'setup.py') diff --git a/setup.py b/setup.py index 876cd3f..95390a3 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # 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