Fix an amazing number of typos & malformed sentences reported by Detlef
[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)