Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguz@sugarlabs.org>2012-08-16 22:55:26 (GMT)
committer Agustin Zubiaga <aguz@sugarlabs.org>2012-08-16 22:55:50 (GMT)
commit67ee212417a7832eb1030984a87719893e7478a8 (patch)
treebddeafcfbd6984f36eda1ec45accd527d9156a77
parenta5416e71dfece58bf4b102bbd01a7cb15ddf319c (diff)
Use sugar3 in setup.py
Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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()