Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a09786e..e8f0175 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
try:
from sugar.activity import bundlebuilder
- bundlebuilder.start("JokeMachine")
+ bundlebuilder.start()
except ImportError:
print 'Cannot find a working sugar environment'