From 99b032eaf24e1887f6451eceea7f1e24ced05a0f Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Mon, 25 Sep 2000 01:41:15 +0000 Subject: Added 'boolean_options' list to support config file parsing. --- Lib/distutils/command/install_headers.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Lib/distutils/command/install_headers.py') diff --git a/Lib/distutils/command/install_headers.py b/Lib/distutils/command/install_headers.py index 5c06d574d6..ec0cf4412d 100644 --- a/Lib/distutils/command/install_headers.py +++ b/Lib/distutils/command/install_headers.py @@ -21,6 +21,7 @@ class install_headers (Command): "force installation (overwrite existing files)"), ] + boolean_options = ['force'] def initialize_options (self): self.install_dir = None -- cgit v1.2.1