summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/os.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/os.py b/Lib/os.py
index 28ed3cf..15230c1 100644
--- a/Lib/os.py
+++ b/Lib/os.py
@@ -93,6 +93,8 @@ else:
del _names
+sys.modules['os.path'] = path
+
# Super directory utilities.
# (Inspired by Eric Raymond; the doc strings are mostly his)