Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAneesh Dogra <lionaneesh@gmail.com>2012-12-20 18:31:23 (GMT)
committer Aneesh Dogra <lionaneesh@gmail.com>2012-12-20 18:31:23 (GMT)
commit1c8708574a4d82f6a3684e78a65333412f9fb264 (patch)
tree3d0f9016ddd80b6eafd9012421d76fa3b806cce9
parentb19d57cc0a9371bc556fae243e05434be4d5a7ea (diff)
Fix setup.py
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b20a550..649b032 100755
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
from sugar.activity import bundlebuilder
if __name__ == "__main__":
- bundlebuilder.start("StarChart")
+ bundlebuilder.start()