Commit 96729017 authored by Neal Norwitz's avatar Neal Norwitz

Remove duplicate "import os"

parent 86c4d647
...@@ -511,7 +511,6 @@ def close_all (map=None): ...@@ -511,7 +511,6 @@ def close_all (map=None):
# #
# Regardless, this is useful for pipes, and stdin/stdout... # Regardless, this is useful for pipes, and stdin/stdout...
import os
if os.name == 'posix': if os.name == 'posix':
import fcntl import fcntl
......
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