Commit 6e9c0baa authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove redundant import

parent ac20f773
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment