[Python-checkins] python/dist/src/Lib/distutils/command bdist_pkgtool.py,1.3,1.4 bdist_sdux.py,1.2,1.3

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/command
In directory usw-pr-cvs1:/tmp/cvs-serv7748/command

Modified Files:
	bdist_pkgtool.py bdist_sdux.py 
Log Message:
Remove unused imports caught by pychecker



Index: bdist_pkgtool.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/bdist_pkgtool.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** bdist_pkgtool.py	4 Jun 2002 20:14:43 -0000	1.3
--- bdist_pkgtool.py	4 Jun 2002 20:18:24 -0000	1.4
***************
*** 8,12 ****
  
  import os, string, sys, pwd, grp
- import glob
  from types import *
  from distutils.core import Command, DEBUG
--- 8,11 ----
***************
*** 17,21 ****
  from distutils import sysconfig
  from distutils import log
- import compileall
  from commands import getoutput
  
--- 16,19 ----

Index: bdist_sdux.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/bdist_sdux.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** bdist_sdux.py	4 Jun 2002 20:14:43 -0000	1.2
--- bdist_sdux.py	4 Jun 2002 20:18:24 -0000	1.3
***************
*** 8,12 ****
  __revision__ = "$Id: bdist_sdux.py,v 0.2 "
  import os, string
- import glob
  from types import *
  from distutils.core import Command, DEBUG
--- 8,11 ----