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