From 6e9c0baa659a2e28d0d4c979ec69d3a6e545643b Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 22 Mar 2001 03:50:09 +0000 Subject: Remove redundant import --- Lib/distutils/cygwinccompiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/distutils/cygwinccompiler.py b/Lib/distutils/cygwinccompiler.py index f40d1a2..92def16 100644 --- a/Lib/distutils/cygwinccompiler.py +++ b/Lib/distutils/cygwinccompiler.py @@ -365,7 +365,7 @@ def check_config_h(): # "config.h" check -- should probably be renamed... from distutils import sysconfig - import string,sys + import string # if sys.version contains GCC then python was compiled with # GCC, and the config.h file should be OK if string.find(sys.version,"GCC") >= 0: -- cgit v0.12