This website requires JavaScript.
Explore
Help
Register
Sign In
sugarlabs
/
sugar-toolkit-gtk3
Watch
1
Star
0
Fork
0
You've already forked sugar-toolkit-gtk3
Code
Issues
Pull Requests
Releases
Wiki
Activity
3a6427cdc6
sugar-toolkit-gtk3
/
tests
/
data
/
sample.activity
/
setup.py
6 lines
89 B
Python
Raw
Normal View
History
Unescape
Escape
Use python2 shebang Some distributions have switched to python3 as default and our code breaks because it's python2 specific. Follow the PEP 394 recommendation.
2013-09-28 11:33:40 +02:00
#!/usr/bin/env python2
Add tests for bundlebuilder
2012-12-06 22:19:28 +01:00
from
sugar3
.
activity
import
bundlebuilder
bundlebuilder
.
start
(
)
Reference in New Issue
Copy Permalink