Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés Ambrois <andresambrois@gmail.com>2008-10-23 03:11:32 (GMT)
committer Andrés Ambrois <andresambrois@gmail.com>2008-10-23 03:11:32 (GMT)
commit5324c943432824fdd5047461ec4a8466fec831f6 (patch)
treeb1a729b62934b7bd7c6f54584d8082b2a3535be4
parent392ec35ed2427f6ff36ccee39ec0ad35d5f10ebe (diff)
Remove bundle name from setup.py to supress warnings
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d07fb3d..382f317 100755
--- a/setup.py
+++ b/setup.py
@@ -19,4 +19,4 @@
from sugar.activity import bundlebuilder
if __name__ == "__main__":
- bundlebuilder.start('PlayGo')
+ bundlebuilder.start()