summaryrefslogtreecommitdiff
path: root/command/bdist.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-12-06 21:01:19 +0000
committerFred Drake <fdrake@acm.org>2001-12-06 21:01:19 +0000
commit4263b3189f9532a313b1bb52e478168f8a545729 (patch)
treef9770c9c526757dd0b177f4875b5a2867ad6001e /command/bdist.py
parent68cb7fe9ae037b7a517b692213c03c6c0e54f7e4 (diff)
downloadpython-setuptools-git-4263b3189f9532a313b1bb52e478168f8a545729.tar.gz
Whitespace normalization.
Diffstat (limited to 'command/bdist.py')
-rw-r--r--command/bdist.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/command/bdist.py b/command/bdist.py
index a75303e6..2b1951fd 100644
--- a/command/bdist.py
+++ b/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()