Release 8.
[jlew:xo-file-distro.git] / FileShare.activity / setup.py
1 from sugar.activity import bundlebuilder
2
3 if __name__ == "__main__": ##checks whether the class is started as main; not absolutely necessary
4           bundlebuilder.start()