]> granicus.if.org Git - python/commitdiff
Remove redundant import
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 22 Mar 2001 03:50:09 +0000 (03:50 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 22 Mar 2001 03:50:09 +0000 (03:50 +0000)
Lib/distutils/cygwinccompiler.py

index f40d1a2d4ae43a90073cc623e4a7499cec34a2cc..92def164adc48f07d308125ede26aba63fc2da11 100644 (file)
@@ -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: