From: Neal Norwitz Date: Thu, 14 Mar 2002 23:48:18 +0000 (+0000) Subject: Remove duplicate "import os" X-Git-Tag: v2.3c1~6495 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=967290174265677aa8f25cfe19b0301ecd59f3f6;p=thirdparty%2FPython%2Fcpython.git Remove duplicate "import os" --- diff --git a/Lib/asyncore.py b/Lib/asyncore.py index fe249770b3ee..96cc9cc77c2e 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