Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGonzalo Odiard <gonzalo@nautilus.localdomain>2009-10-22 04:15:18 (GMT)
committer Gonzalo Odiard <gonzalo@nautilus.localdomain>2009-10-22 04:15:18 (GMT)
commitf6016d496060554868879686dd5af57622853161 (patch)
treed1561c7d3d65cedec4fdc0708d24bc12e7595af4 /setup.py
parent4892917f2e76d9021f8ce798c6c4864238b0aa2b (diff)
muevo todos los archivos porque hice mal el commit inicial
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..ec0f64e
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,3 @@
+#!/usr/bin/env python
+from sugar.activity import bundlebuilder
+bundlebuilder.start()