Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMorgan Collett <morgan.collett@gmail.com>2007-07-03 07:56:42 (GMT)
committer Morgan Collett <morgan.collett@gmail.com>2007-07-03 07:56:42 (GMT)
commit7a2a7e7fd7f445594080c97dcde79f9da9cfb9e5 (patch)
treefc4e5a537b4066aa73e4068ab81146cf8cb3262f /setup.py
parent47296872464374158f6e993da4cc7b2572ef493d (diff)
setup.py: Pass bundle name to bundlebuilder
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index fae74b8..261ad5d 100755
--- a/setup.py
+++ b/setup.py
@@ -18,5 +18,4 @@
from sugar.activity import bundlebuilder
-bundlebuilder.start()
-
+bundlebuilder.start('Chat')