From fa9ff76aae32ecaae6b5409a410c10ff12116732 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Sat, 14 Oct 2000 04:06:40 +0000 Subject: Untabified. --- Lib/distutils/command/build_clib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/distutils/command/build_clib.py') diff --git a/Lib/distutils/command/build_clib.py b/Lib/distutils/command/build_clib.py index 2726b975fa2..063da915524 100644 --- a/Lib/distutils/command/build_clib.py +++ b/Lib/distutils/command/build_clib.py @@ -53,7 +53,7 @@ class build_clib (Command): help_options = [ ('help-compiler', None, "list available compilers", show_compilers), - ] + ] def initialize_options (self): self.build_clib = None -- cgit v1.2.3