mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Use multi-line import
This commit is contained in:
parent
3294e9d2e7
commit
33ad28b68d
7 changed files with 26 additions and 26 deletions
|
|
@ -130,8 +130,8 @@ else:
|
|||
raise ImportError, 'no os specific module found'
|
||||
|
||||
sys.modules['os.path'] = path
|
||||
from os.path import curdir, pardir, sep, pathsep, defpath, extsep, altsep, \
|
||||
devnull
|
||||
from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
|
||||
devnull)
|
||||
|
||||
del _names
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue