mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Import posixpath for freeze script
This commit is contained in:
parent
e8a1e8cef3
commit
ca9321e6d0
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ _osindex = {
|
|||
# For freeze.py script:
|
||||
if 0:
|
||||
import posix
|
||||
import posixpath
|
||||
|
||||
import sys
|
||||
for name in _osindex.keys():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue