commit | fa9ff76aae32ecaae6b5409a410c10ff12116732 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Sat Oct 14 04:06:40 2000 +0000 |
committer | Greg Ward <gward@python.net> | Sat Oct 14 04:06:40 2000 +0000 |
tree | f5a19253ee0f6cc1e904bf1b0138b4c2ef1493c3 | |
parent | 4cd6f2ab807e0f3a23a059a407a08c5edad6bb98 [diff] [blame] |
Untabified.
diff --git a/Lib/distutils/command/build.py b/Lib/distutils/command/build.py index 0fed6b4..cf35b45 100644 --- a/Lib/distutils/command/build.py +++ b/Lib/distutils/command/build.py
@@ -47,7 +47,7 @@ help_options = [ ('help-compiler', None, "list available compilers", show_compilers), - ] + ] def initialize_options (self): self.build_base = 'build'