summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mac/Tools/macfreeze/hello/hello.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mac/Tools/macfreeze/hello/hello.py b/Mac/Tools/macfreeze/hello/hello.py
new file mode 100644
index 0000000..a713733
--- /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)