diff options
author | Guido van Rossum <guido@python.org> | 1994-10-05 15:17:55 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-10-05 15:17:55 (GMT) |
commit | ca9321e6d0794cc52cddbbbcc86f6cc98e8b46af (patch) | |
tree | 55381c5af678fb9bf79e3f48d3b46ddf3e7e747a /Lib | |
parent | e8a1e8cef3bd6d2ee53e1cb418bd561c81957274 (diff) | |
download | cpython-ca9321e6d0794cc52cddbbbcc86f6cc98e8b46af.zip cpython-ca9321e6d0794cc52cddbbbcc86f6cc98e8b46af.tar.gz cpython-ca9321e6d0794cc52cddbbbcc86f6cc98e8b46af.tar.bz2 |
Import posixpath for freeze script
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/os.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ _osindex = { # For freeze.py script: if 0: import posix + import posixpath import sys for name in _osindex.keys(): |