mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
A well-known example for freeze.
This commit is contained in:
parent
144fa678d2
commit
ecf960fe18
1 changed files with 5 additions and 0 deletions
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)
|
Loading…
Add table
Add a link
Reference in a new issue