Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2008-08-07 14:22:55 (GMT)
committer Simon Schampijer <simon@schampijer.de>2008-08-07 14:22:55 (GMT)
commit26a1d1af70df3cbc67309abcf023a35a2fb917fd (patch)
tree8fd1d5b8cd4c20b86cef9e5e71472f96f6264a57
parent2df83a7a2df2a383062eafaed5ffbc2c2850267b (diff)
Fix setup.py
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6c5e593..fae74b8 100755
--- a/setup.py
+++ b/setup.py
@@ -18,5 +18,5 @@
from sugar.activity import bundlebuilder
-bundlebuilder.start('Journal')
+bundlebuilder.start()