projects
/
jlew:xo-file-distro.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
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()