Remove redundant import

This commit is contained in:
Andrew M. Kuchling 2001-03-22 03:50:09 +00:00
parent ac20f773f3
commit 6e9c0baa65
1 changed files with 1 additions and 1 deletions

View 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: