Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac20f77 commit 6e9c0baCopy full SHA for 6e9c0ba
1 file changed
Lib/distutils/cygwinccompiler.py
@@ -365,7 +365,7 @@ def check_config_h():
365
# "config.h" check -- should probably be renamed...
366
367
from distutils import sysconfig
368
- import string,sys
+ import string
369
# if sys.version contains GCC then python was compiled with
370
# GCC, and the config.h file should be OK
371
if string.find(sys.version,"GCC") >= 0:
0 commit comments