diff options
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 |