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-01 14:40:06 (GMT)
committer Aneesh Dogra <lionaneesh@gmail.com>2012-12-01 14:40:06 (GMT)
commit04cf2ccfcb40a3d888163e007900671d70eb10af (patch)
tree6aeec2178fb012da97766277c1848ca5b48d6fa5
parent2cee5c84a0c371381bb30bd874a008ea6931631a (diff)
Fix the bundle_name warning.
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7f4c5a7..76efd0e 100755
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
from sugar.activity import bundlebuilder
if __name__ == "__main__":
- bundlebuilder.start("TheorieActivity")
+ bundlebuilder.start()