summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/_pyio.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/_pyio.py b/Lib/_pyio.py
index 43ca86c..57cdc46 100644
--- a/Lib/_pyio.py
+++ b/Lib/_pyio.py
@@ -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