diff options
-rw-r--r-- | Lib/asyncore.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/asyncore.py b/Lib/asyncore.py index fe24977..96cc9cc 100644 --- a/Lib/asyncore.py +++ b/Lib/asyncore.py @@ -511,7 +511,6 @@ def close_all (map=None): # # Regardless, this is useful for pipes, and stdin/stdout... -import os if os.name == 'posix': import fcntl |