diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-03-14 23:48:18 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-03-14 23:48:18 (GMT) |
commit | 967290174265677aa8f25cfe19b0301ecd59f3f6 (patch) | |
tree | 91a0c85d63027a1796f84d4e67159c4583e3aea5 /Lib/asyncore.py | |
parent | 86c4d647512e44b4455c1ccec13732ec1475c153 (diff) | |
download | cpython-967290174265677aa8f25cfe19b0301ecd59f3f6.zip cpython-967290174265677aa8f25cfe19b0301ecd59f3f6.tar.gz cpython-967290174265677aa8f25cfe19b0301ecd59f3f6.tar.bz2 |
Remove duplicate "import os"
Diffstat (limited to 'Lib/asyncore.py')
-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 |