summaryrefslogtreecommitdiff
path: root/src/distutils2/command/install_headers.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/distutils2/command/install_headers.py')
-rw-r--r--src/distutils2/command/install_headers.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/distutils2/command/install_headers.py b/src/distutils2/command/install_headers.py
index 762656d..dd63128 100644
--- a/src/distutils2/command/install_headers.py
+++ b/src/distutils2/command/install_headers.py
@@ -29,8 +29,7 @@ class install_headers(Command):
def finalize_options(self):
self.set_undefined_options('install',
('install_headers', 'install_dir'),
- ('force', 'force'))
-
+ 'force')
def run(self):
headers = self.distribution.headers