[Python-checkins] CVS: distutils/distutils cygwinccompiler.py,1.11,1.12

A.M. Kuchling akuchling@users.sourceforge.net
Wed, 21 Mar 2001 19:50:11 -0800


Update of /cvsroot/python/distutils/distutils
In directory usw-pr-cvs1:/tmp/cvs-serv4237

Modified Files:
	cygwinccompiler.py 
Log Message:
Remove redundant import


Index: cygwinccompiler.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/cygwinccompiler.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** cygwinccompiler.py	2001/03/22 03:48:31	1.11
--- cygwinccompiler.py	2001/03/22 03:50:09	1.12
***************
*** 366,370 ****
  
      from distutils import sysconfig
!     import string,sys
      # if sys.version contains GCC then python was compiled with
      # GCC, and the config.h file should be OK
--- 366,370 ----
  
      from distutils import sysconfig
!     import string
      # if sys.version contains GCC then python was compiled with
      # GCC, and the config.h file should be OK