mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +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:
|
# For freeze.py script:
|
||||||
if 0:
|
if 0:
|
||||||
import posix
|
import posix
|
||||||
|
import posixpath
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
for name in _osindex.keys():
|
for name in _osindex.keys():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue