[Sugar-devel] [PATCH jukebox] setup.py: Remove the bundle name from bundlebuild start method
Simon Schampijer
simon at schampijer.de
Wed Jun 13 05:00:03 EDT 2012
bundle_name is deprecated, now comes from activity.info
Signed-off-by: Simon Schampijer <simon at laptop.org>
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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()
--
1.7.10.2
More information about the Sugar-devel
mailing list