]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Import posixpath for freeze script
authorGuido van Rossum <guido@python.org>
Wed, 5 Oct 1994 15:17:55 +0000 (15:17 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 5 Oct 1994 15:17:55 +0000 (15:17 +0000)
Lib/os.py

index e723b075ef32fce77ba58d144e6a8fdcb2c0e555..5c8f3dcd1b8970a474d526573fe4198e5576f031 100644 (file)
--- a/Lib/os.py
+++ b/Lib/os.py
@@ -26,6 +26,7 @@ _osindex = {
 # For freeze.py script:
 if 0:
        import posix
+       import posixpath
 
 import sys
 for name in _osindex.keys():