summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/os.py1
1 files changed, 1 insertions, 0 deletions
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():