Ditched '_find_SET()', since it was a no-value-added wrapper around
[python/dscho.git] / Mac / Tools / macfreeze / hello / hello.py
bloba713733aaa6eac853567d7b930c063d602a93b5b
1 import sys
3 print 'Hello world'
4 print 'Builtin modules:', sys.builtin_module_names
5 sys.exit(1)