From 26d061a2522f308ba327bd6a4174bb1d479c9d7f Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Wed, 11 Jan 2012 17:08:07 +0000 Subject: Move setup.py to the gtk3 toolkit --- diff --git a/setup.py b/setup.py index c24196e..c1229bb 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() -- cgit v0.9.1