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 19:45:21 (GMT)
committer C. Scott Ananian <cscott@laptop.org>2008-09-24 20:06:03 (GMT)
commit7b58c1cdbc7aae4681e2faef5bb131f7dc8751f2 (patch)
tree3a90806cd339f88c8ccad4b906279cc92a6ba4cb
parent1be87509ae649ad1f5ef93995a0188b97848e7b6 (diff)
Bundle name no longer needed when bundlebuilder.start() is invoked.
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 644fb3d..530f97c 100755
--- a/setup.py
+++ b/setup.py
@@ -18,4 +18,4 @@
from sugar.activity import bundlebuilder
-bundlebuilder.start("Pippy")
+bundlebuilder.start()