From: Andrew M. Kuchling Date: Thu, 22 Mar 2001 03:50:09 +0000 (+0000) Subject: Remove redundant import X-Git-Tag: v2.1b2~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e9c0baa659a2e28d0d4c979ec69d3a6e545643b;p=python Remove redundant import --- diff --git a/Lib/distutils/cygwinccompiler.py b/Lib/distutils/cygwinccompiler.py index f40d1a2d4a..92def164ad 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: