sugar-toolkit-gtk3/tests/data/sample.activity/setup.py
Daniel Narvaez 6fdf5f208a 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-30 11:55:14 -03:00

6 lines
89 B
Python
Executable File

#!/usr/bin/env python2
from sugar3.activity import bundlebuilder
bundlebuilder.start()