From: Guido van Rossum Date: Wed, 5 Oct 1994 15:17:55 +0000 (+0000) Subject: Import posixpath for freeze script X-Git-Tag: v1.1~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca9321e6d0794cc52cddbbbcc86f6cc98e8b46af;p=thirdparty%2FPython%2Fcpython.git Import posixpath for freeze script --- diff --git a/Lib/os.py b/Lib/os.py index e723b075ef32..5c8f3dcd1b89 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():