Remove redundant import
This commit is contained in:
parent
ac20f773f3
commit
6e9c0baa65
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue