Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a28f2dc

Browse files
committed
do fake "import posix" for freeze.py script
1 parent f8c76d0 commit a28f2dc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lib/os.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
'mac': (':', '::', ':', ' ', ':'),
2424
}
2525

26+
# For freeze.py script:
27+
if 0:
28+
import posix
29+
2630
import sys
2731
for name in _osindex.keys():
2832
if name in sys.builtin_module_names:

0 commit comments

Comments
 (0)