summaryrefslogtreecommitdiffstats
path: root/Lib/_pyio.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/_pyio.py')
-rw-r--r--Lib/_pyio.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/_pyio.py b/Lib/_pyio.py
index aea9a2e..43ca86c 100644
--- a/Lib/_pyio.py
+++ b/Lib/_pyio.py
@@ -2,8 +2,7 @@
Python implementation of the io module.
"""
-from __future__ import print_function
-from __future__ import unicode_literals
+from __future__ import (print_function, unicode_literals)
import os
import abc