mirror of
https://github.com/python/cpython.git
synced 2025-07-31 23:23:11 +00:00
condense import
This commit is contained in:
parent
fed4abcc84
commit
27737259b4
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ except ImportError:
|
|||
from dummy_thread import allocate_lock as Lock
|
||||
|
||||
import io
|
||||
from io import __all__
|
||||
from io import SEEK_SET, SEEK_CUR, SEEK_END
|
||||
from io import (__all__, SEEK_SET, SEEK_CUR, SEEK_END)
|
||||
|
||||
__metaclass__ = type
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue