Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
blob: 0cd40d03a9499c1619570decacc6446dafc521f1 (plain)
1
2
3
4
5
6
#!/usr/bin/env python
try:
	from sugar3.activity import bundlebuilder
	bundlebuilder.start()
except ImportError:
	print "Error: sugar.activity.Bundlebuilder not found."