commit | ca9321e6d0794cc52cddbbbcc86f6cc98e8b46af | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Oct 05 15:17:55 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Oct 05 15:17:55 1994 +0000 |
tree | 55381c5af678fb9bf79e3f48d3b46ddf3e7e747a | |
parent | e8a1e8cef3bd6d2ee53e1cb418bd561c81957274 [diff] [blame] |
Import posixpath for freeze script
diff --git a/Lib/os.py b/Lib/os.py index e723b07..5c8f3dc 100644 --- a/Lib/os.py +++ b/Lib/os.py
@@ -26,6 +26,7 @@ # For freeze.py script: if 0: import posix + import posixpath import sys for name in _osindex.keys():