Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
blob: c17ead5cb1681627a5592c0b95355ddb5609e88e (plain)
1
2
3
4
#!/usr/bin/env python
from sugar3.activity import bundlebuilder
if __name__ == "__main__":
    bundlebuilder.start()