Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2012-01-11 17:08:07 (GMT)
committer Simon Schampijer <simon@schampijer.de>2012-01-11 17:08:07 (GMT)
commit26d061a2522f308ba327bd6a4174bb1d479c9d7f (patch)
treeb5764e205f565910a95e5931ebad55453387167d
parent11b098e30afe8a4c5dbdf6e003834a822c6b71de (diff)
Move setup.py to the gtk3 toolkit
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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()