Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorEd Stoner <ed@whsd.net>2007-10-09 13:05:19 (GMT)
committer Ed Stoner <ed@whsd.net>2007-10-09 13:05:19 (GMT)
commit6afdf50013c25bbf8ed0ad5ef7c789590a28046a (patch)
tree8b1c63534a1beb5bdb605cbeff9c46b394674c4e /setup.py
Initial import
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
new file mode 100755
index 0000000..6ea61a6
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,3 @@
+#!/usr/bin/python
+from sugar.activity import bundlebuilder
+bundlebuilder.start()