Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorflavio <fdanesse@gmail.com>2012-10-18 19:46:49 (GMT)
committer flavio <fdanesse@gmail.com>2012-10-18 19:46:49 (GMT)
commite249ef9c9940e23b1214d98d2e26d48af9ccf10a (patch)
treed5bba2add8c6725a2b158a1ce1be35a622bc1da8 /setup.py
parent81d3e1803d05ed961cedeffc058aa8dda3b6782b (diff)
Gtk3 portHEADmaster
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 28be213..0d6da87 100755
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,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()