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-06-13 09:00:03 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-06-14 18:50:56 (GMT)
commit762a85af2fbf6fc9ef0a1c0fa550dcc86ee2582f (patch)
treee546174090437d91a03a31a59a960b9fc43d276c
parentacbe3f99a21b4964424839b6f301f6c418f12060 (diff)
setup.py: Remove the bundle name from bundlebuild start method
bundle_name is deprecated, now comes from activity.info Signed-off-by: Simon Schampijer <simon@laptop.org>
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 318c786..d3ab3a3 100755
--- a/setup.py
+++ b/setup.py
@@ -18,4 +18,4 @@
from sugar.activity import bundlebuilder
-bundlebuilder.start('Jukebox')
+bundlebuilder.start()