commit | 967290174265677aa8f25cfe19b0301ecd59f3f6 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Thu Mar 14 23:48:18 2002 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Thu Mar 14 23:48:18 2002 +0000 |
tree | 91a0c85d63027a1796f84d4e67159c4583e3aea5 | |
parent | 86c4d647512e44b4455c1ccec13732ec1475c153 [diff] |
Remove duplicate "import os"
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 @@ # # Regardless, this is useful for pipes, and stdin/stdout... -import os if os.name == 'posix': import fcntl