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

Skip to content

Commit ca9321e

Browse files
committed
Import posixpath for freeze script
1 parent e8a1e8c commit ca9321e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/os.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
# For freeze.py script:
2727
if 0:
2828
import posix
29+
import posixpath
2930

3031
import sys
3132
for name in _osindex.keys():

0 commit comments

Comments
 (0)