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

from sugar3.activity import bundlebuilder

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