]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove duplicate "import os"
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 14 Mar 2002 23:48:18 +0000 (23:48 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 14 Mar 2002 23:48:18 +0000 (23:48 +0000)
Lib/asyncore.py

index fe249770b3ee75305036d8cdd509370a23e89d05..96cc9cc77c2e66c8fb59604f93c3233116e0eb50 100644 (file)
@@ -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