Commit fed4abcc authored by Benjamin Peterson's avatar Benjamin Peterson

fold __future__ imports

parent 5e9cc5ef
...@@ -2,8 +2,7 @@ ...@@ -2,8 +2,7 @@
Python implementation of the io module. Python implementation of the io module.
""" """
from __future__ import print_function from __future__ import (print_function, unicode_literals)
from __future__ import unicode_literals
import os import os
import abc import abc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment