mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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
|
from dummy_thread import allocate_lock as Lock
|
||||||
|
|
||||||
import io
|
import io
|
||||||
from io import __all__
|
from io import (__all__, SEEK_SET, SEEK_CUR, SEEK_END)
|
||||||
from io import SEEK_SET, SEEK_CUR, SEEK_END
|
|
||||||
|
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue