diff --git a/Lib/os.py b/Lib/os.py index 28ed3cfff1e..15230c16540 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)