Kaydet (Commit) a28f2dc3 authored tarafından Guido van Rossum's avatar Guido van Rossum

do fake "import posix" for freeze.py script

üst f8c76d0c
......@@ -23,6 +23,10 @@ _osindex = {
'mac': (':', '::', ':', ' ', ':'),
}
# For freeze.py script:
if 0:
import posix
import sys
for name in _osindex.keys():
if name in sys.builtin_module_names:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment