mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
A well-known example for freeze.
This commit is contained in:
5
Mac/Tools/macfreeze/hello/hello.py
Normal file
5
Mac/Tools/macfreeze/hello/hello.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import sys
|
||||
|
||||
print 'Hello world'
|
||||
print 'Builtin modules:', sys.builtin_module_names
|
||||
sys.exit(1)
|
||||
Reference in New Issue
Block a user