From 967290174265677aa8f25cfe19b0301ecd59f3f6 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Thu, 14 Mar 2002 23:48:18 +0000 Subject: Remove duplicate "import os" --- Lib/asyncore.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v0.12