Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@laptop.org>2008-09-24 18:30:58 (GMT)
committer C. Scott Ananian <cscott@laptop.org>2008-09-24 18:30:58 (GMT)
commitea8bdc8de728f9a1ab14f3e3a9916203dd31149b (patch)
treeb1d4658b44c859dbdc34d87acd4a879f2e910c69
parentaccc6924d5968313f791053671fa79aea0a790c8 (diff)
bundlebuilder.start() doesn't take arguments any more.
-rwxr-xr-x[-rw-r--r--]setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 323912a..8d93d78 100644..100755
--- a/setup.py
+++ b/setup.py
@@ -18,4 +18,4 @@
from sugar.activity import bundlebuilder
-bundlebuilder.start('Analyze')
+bundlebuilder.start()