Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Pruebas.activity/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'Pruebas.activity/setup.py')
-rwxr-xr-xPruebas.activity/setup.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/Pruebas.activity/setup.py b/Pruebas.activity/setup.py
new file mode 100755
index 0000000..5791885
--- /dev/null
+++ b/Pruebas.activity/setup.py
@@ -0,0 +1,6 @@
+# -*- coding: utf-8 -*-
+#!/usr/bin/env python
+
+from sugar.activity import bundlebuilder
+
+bundlebuilder.start()