diff options
Diffstat (limited to 'Lib/test')
| -rw-r--r-- | Lib/test/test_io.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_io.py b/Lib/test/test_io.py index 1791705..e26b708 100644 --- a/Lib/test/test_io.py +++ b/Lib/test/test_io.py @@ -1,5 +1,6 @@ """Unit tests for io.py.""" from __future__ import print_function +from __future__ import unicode_literals import os import sys |
