Commit 6ec0a8ab authored by Neal Norwitz's avatar Neal Norwitz

sys was already imported, remove second import

parent a872595f
......@@ -705,8 +705,6 @@ if _false:
if __name__ == '__main__':
import sys
# Make stdout translate Latin-1 output into UTF-8 output
sys.stdout = EncodedFile(sys.stdout, 'latin-1', 'utf-8')
......
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