Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-07-13 20:36:55 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-07-13 20:36:55 (GMT)
commit5da3032587a3c343d5c4b7abd713f2aad525b1ee (patch)
tree0aa97599da0c59754d6e9e351dc20f7d0cf9a4c6
parent01fb5884edf8424cc18e5772aea0690beaf20b3a (diff)
giving format to setup.py
-rwxr-xr-xsetup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index bf2a62c..b2b4055 100755
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,6 @@
+#!/usr/bin/env python
+
from sugar.activity import bundlebuilder
if __name__=="__main__":
- bundlebuilder.start()
+ bundlebuilder.start()