diff options
Diffstat (limited to 'Lib/os.py')
-rw-r--r-- | Lib/os.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |