Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAssim <assim@localhost.localdomain>2008-08-11 12:37:36 (GMT)
committer Assim <assim@localhost.localdomain>2008-08-11 12:37:36 (GMT)
commit1d271d881502f5f600239253394809df053db4e2 (patch)
treecf6319b0a3d68d91782b0fa9ba3c6645e4c3e899 /setup.py
parent09bf218f51a3586a34ec6a3a25b23ec1d00f18da (diff)
configuration panel added
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..6c8bbb8
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,3 @@
+#!/usr/bin/python
+from sugar.activity import bundlebuilder
+bundlebuilder.start('listen-spell')