Enable os.path as a mostly-normal submodule, including "from os.path

import isfile" and "import os.path".
This commit is contained in:
Fred Drake 1999-01-19 16:05:13 +00:00
parent cb5540e72a
commit 0237909e42

View File

@ -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)