Commit ca9321e6 authored by Guido van Rossum's avatar Guido van Rossum

Import posixpath for freeze script

parent e8a1e8ce
...@@ -26,6 +26,7 @@ _osindex = { ...@@ -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():
......
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