mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Replace __import__ with import as.
This commit is contained in:
parent
ee6a4a28ce
commit
d0cd95ce7f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ is read when the database is opened, and some updates rewrite the whole index)
|
|||
|
||||
"""
|
||||
|
||||
_os = __import__('os')
|
||||
import os as _os
|
||||
import __builtin__
|
||||
|
||||
_open = __builtin__.open
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue