From 9741582464d50c6a3367d9391068095236d3cad9 Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Thu, 23 Aug 2012 10:47:43 +0000 Subject: Initial port to Gtk3 and Abiword introspection bindings. Signed-off-by: Carlos Garnacho Signed-off-by: Gonzalo Odiard --- (limited to 'setup.py') diff --git a/setup.py b/setup.py index 530f97c..c60f4d0 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