Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
blob: b2b4055509ee9a8a80f62ee09db10ffe00471938 (plain)
1
2
3
4
5
6
#!/usr/bin/env python

from sugar.activity import bundlebuilder

if __name__=="__main__":
                bundlebuilder.start()