Commit 0bd56049 authored by Fred Drake's avatar Fred Drake

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

import isfile" and "import os.path".
parent 0c367786
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment