]> granicus.if.org Git - python/commitdiff
A well-known example for freeze.
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 26 Jun 1998 14:56:38 +0000 (14:56 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 26 Jun 1998 14:56:38 +0000 (14:56 +0000)
Mac/Tools/macfreeze/hello/hello.py [new file with mode: 0644]

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