From 7d23700b37b43dae7cd2c6f14d1a2afcd8c69612 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Fri, 15 Mar 2002 01:35:19 +0000 Subject: [PATCH] Remove duplicate "import os" --- Lib/asyncore.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/asyncore.py b/Lib/asyncore.py index e79593a7c6f0..1e5470ade350 100644 --- a/Lib/asyncore.py +++ b/Lib/asyncore.py @@ -510,7 +510,6 @@ def close_all (map=None): # # Regardless, this is useful for pipes, and stdin/stdout... -import os if os.name == 'posix': import fcntl -- 2.47.3