mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Enable os.path as a mostly-normal submodule, including "from os.path
import isfile" and "import os.path".
This commit is contained in:
parent
cb5540e72a
commit
0237909e42
1 changed files with 2 additions and 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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue