Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-07-04 15:15:18 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-07-04 15:15:18 (GMT)
commite749983674604effe0a304dc4c91a7719a11074c (patch)
treede284cbd34b57c9809a5fb5650d5b4cb670a3785 /setup.py
parentfbc373b5476256efdf6801d3b4b8f82e406ef621 (diff)
setup.py: Pass bundle name to bundlebuilder master
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 530f97c..98cfe83 100755
--- a/setup.py
+++ b/setup.py
@@ -18,4 +18,4 @@
from sugar.activity import bundlebuilder
-bundlebuilder.start()
+bundlebuilder.start('Memosono')