From ca9321e6d0794cc52cddbbbcc86f6cc98e8b46af Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 5 Oct 1994 15:17:55 +0000 Subject: Import posixpath for freeze script --- Lib/os.py | 1 + 1 file changed, 1 insertion(+) 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 @@ _osindex = { # For freeze.py script: if 0: import posix + import posixpath import sys for name in _osindex.keys(): -- cgit v0.12