From 762a85af2fbf6fc9ef0a1c0fa550dcc86ee2582f Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Wed, 13 Jun 2012 09:00:03 +0000 Subject: setup.py: Remove the bundle name from bundlebuild start method bundle_name is deprecated, now comes from activity.info Signed-off-by: Simon Schampijer --- 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() -- cgit v0.9.1