diff --git a/Mac/Tools/macfreeze/hello/hello.py b/Mac/Tools/macfreeze/hello/hello.py new file mode 100644 index 00000000000..a713733aaa6 --- /dev/null +++ b/Mac/Tools/macfreeze/hello/hello.py @@ -0,0 +1,5 @@ +import sys + +print 'Hello world' +print 'Builtin modules:', sys.builtin_module_names +sys.exit(1)