summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/dist.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-10-14 04:06:40 (GMT)
committerGreg Ward <gward@python.net>2000-10-14 04:06:40 (GMT)
commitfa9ff76aae32ecaae6b5409a410c10ff12116732 (patch)
treef5a19253ee0f6cc1e904bf1b0138b4c2ef1493c3 /Lib/distutils/dist.py
parent4cd6f2ab807e0f3a23a059a407a08c5edad6bb98 (diff)
downloadcpython-fa9ff76aae32ecaae6b5409a410c10ff12116732.zip
cpython-fa9ff76aae32ecaae6b5409a410c10ff12116732.tar.gz
cpython-fa9ff76aae32ecaae6b5409a410c10ff12116732.tar.bz2
Untabified.
Diffstat (limited to 'Lib/distutils/dist.py')
-rw-r--r--Lib/distutils/dist.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/Lib/distutils/dist.py b/Lib/distutils/dist.py
index 92d390f..abbc160 100644
--- a/Lib/distutils/dist.py
+++ b/Lib/distutils/dist.py
@@ -284,7 +284,7 @@ class Distribution:
user_filename = ".pydistutils.cfg"
else:
user_filename = "pydistutils.cfg"
-
+
# And look for the user config file
if os.environ.has_key('HOME'):
user_file = os.path.join(os.environ.get('HOME'), user_filename)
@@ -461,8 +461,8 @@ class Distribution:
negative_opt = copy(negative_opt)
negative_opt.update(cmd_class.negative_opt)
- # Check for help_options in command class. They have a different
- # format (tuple of four) so we need to preprocess them here.
+ # Check for help_options in command class. They have a different
+ # format (tuple of four) so we need to preprocess them here.
if (hasattr(cmd_class, 'help_options') and
type(cmd_class.help_options) is ListType):
help_options = fix_help_options(cmd_class.help_options)
@@ -487,7 +487,7 @@ class Distribution:
for (help_option, short, desc, func) in cmd_class.help_options:
if hasattr(opts, parser.get_attr_name(help_option)):
help_option_found=1
- #print "showing help for option %s of command %s" % \
+ #print "showing help for option %s of command %s" % \
# (help_option[0],cmd_class)
if callable(func):
@@ -563,7 +563,7 @@ class Distribution:
return
# _show_help ()
-
+
def handle_display_options (self, option_order):
"""If there were any non-global "display-only" options