diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2002-06-04 21:00:33 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2002-06-04 21:00:33 (GMT) |
commit | fc861bab925ff3599cc692ebee39b42d567bf0c6 (patch) | |
tree | 8eae0d33d7dc3cbcb05db5622438c1ff65edad4d /Lib/distutils | |
parent | 11a52708f7f2223b335734e584e2ba30eae74a5f (diff) | |
download | cpython-fc861bab925ff3599cc692ebee39b42d567bf0c6.zip cpython-fc861bab925ff3599cc692ebee39b42d567bf0c6.tar.gz cpython-fc861bab925ff3599cc692ebee39b42d567bf0c6.tar.bz2 |
Remove unused imports
Diffstat (limited to 'Lib/distutils')
-rw-r--r-- | Lib/distutils/command/bdist_pkgtool.py | 1 | ||||
-rw-r--r-- | Lib/distutils/command/bdist_sdux.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/command/bdist_pkgtool.py b/Lib/distutils/command/bdist_pkgtool.py index 998af5e..51b89d9 100644 --- a/Lib/distutils/command/bdist_pkgtool.py +++ b/Lib/distutils/command/bdist_pkgtool.py @@ -8,7 +8,6 @@ distributions).""" import os, string, sys, pwd, grp from types import * -from distutils.core import Command, DEBUG from distutils.util import get_platform from distutils.file_util import write_file from distutils.errors import * diff --git a/Lib/distutils/command/bdist_sdux.py b/Lib/distutils/command/bdist_sdux.py index a3cbbb8..ee3822e 100644 --- a/Lib/distutils/command/bdist_sdux.py +++ b/Lib/distutils/command/bdist_sdux.py @@ -8,7 +8,6 @@ swinstall depot""" __revision__ = "$Id: bdist_sdux.py,v 0.2 " import os, string from types import * -from distutils.core import Command, DEBUG from distutils.util import get_platform from distutils.file_util import write_file from distutils.errors import * |