[Python-checkins] python/dist/src/Lib/distutils filelist.py,1.10,1.11 unixccompiler.py,1.40,1.41

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Tue, 04 Jun 2002 13:18:26 -0700


Update of /cvsroot/python/python/dist/src/Lib/distutils
In directory usw-pr-cvs1:/tmp/cvs-serv7748

Modified Files:
	filelist.py unixccompiler.py 
Log Message:
Remove unused imports caught by pychecker



Index: filelist.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/filelist.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** filelist.py	4 Jun 2002 20:14:42 -0000	1.10
--- filelist.py	4 Jun 2002 20:18:24 -0000	1.11
***************
*** 12,16 ****
  __revision__ = "$Id$"
  
! import sys, os, string, re
  import fnmatch
  from types import *
--- 12,16 ----
  __revision__ = "$Id$"
  
! import os, string, re
  import fnmatch
  from types import *

Index: unixccompiler.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/unixccompiler.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** unixccompiler.py	4 Jun 2002 20:14:42 -0000	1.40
--- unixccompiler.py	4 Jun 2002 20:18:24 -0000	1.41
***************
*** 18,22 ****
  __revision__ = "$Id$"
  
! import string, re, os, sys
  from types import *
  from copy import copy
--- 18,22 ----
  __revision__ = "$Id$"
  
! import os, sys
  from types import *
  from copy import copy