diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2002-06-04 20:18:24 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2002-06-04 20:18:24 (GMT) |
commit | 332a1461274c356d38f558b27096708879fc36b4 (patch) | |
tree | 4ac01bccd463b02d4111c3fc44b9dd04063f9c6a /Lib/distutils/command/bdist_sdux.py | |
parent | cd8a1148e19116db109f27d26c02e1de536dc76e (diff) | |
download | cpython-332a1461274c356d38f558b27096708879fc36b4.zip cpython-332a1461274c356d38f558b27096708879fc36b4.tar.gz cpython-332a1461274c356d38f558b27096708879fc36b4.tar.bz2 |
Remove unused imports caught by pychecker
Diffstat (limited to 'Lib/distutils/command/bdist_sdux.py')
-rw-r--r-- | Lib/distutils/command/bdist_sdux.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/distutils/command/bdist_sdux.py b/Lib/distutils/command/bdist_sdux.py index e4765f9..a3cbbb8 100644 --- a/Lib/distutils/command/bdist_sdux.py +++ b/Lib/distutils/command/bdist_sdux.py @@ -7,7 +7,6 @@ swinstall depot""" __revision__ = "$Id: bdist_sdux.py,v 0.2 " import os, string -import glob from types import * from distutils.core import Command, DEBUG from distutils.util import get_platform |