diff options
author | Fred Drake <fdrake@acm.org> | 2001-12-06 21:01:19 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-12-06 21:01:19 +0000 |
commit | 21d45356b8a22bb3091a97f50b919b57798675f5 (patch) | |
tree | bdfd02aba3e9f0a243296721cb8ec2c75be9c08a /Lib/distutils/command/bdist.py | |
parent | b94b849d65af71b4b432a74fdaef8ccd88209cc0 (diff) | |
download | cpython-git-21d45356b8a22bb3091a97f50b919b57798675f5.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/distutils/command/bdist.py')
-rw-r--r-- | Lib/distutils/command/bdist.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/command/bdist.py b/Lib/distutils/command/bdist.py index a75303e689..2b1951fd32 100644 --- a/Lib/distutils/command/bdist.py +++ b/Lib/distutils/command/bdist.py @@ -17,7 +17,7 @@ from distutils.util import get_platform def show_formats (): """Print list of available formats (arguments to "--format" option). """ - from distutils.fancy_getopt import FancyGetopt + from distutils.fancy_getopt import FancyGetopt formats=[] for format in bdist.format_commands: formats.append(("formats=" + format, None, @@ -104,7 +104,7 @@ class bdist (Command): if self.dist_dir is None: self.dist_dir = "dist" - + # finalize_options() |