summaryrefslogtreecommitdiff
path: root/src/distutils2/command/install_headers.py
diff options
context:
space:
mode:
authorAntoine Reversat <a.reversat@gmail.com>2010-08-05 23:01:33 -0400
committerAntoine Reversat <a.reversat@gmail.com>2010-08-05 23:01:33 -0400
commit363c0ae3f332949a5721b6e01353902b89cde68f (patch)
tree56e83ccaca90a0587832c3fbd04f28a3fd3d0dbf /src/distutils2/command/install_headers.py
parentb4a2d7104551bbcc443b0816438fd0d59ea8fdac (diff)
parent4c007c55658abdc098716fcb3264f8acf1da0f4b (diff)
downloaddisutils2-363c0ae3f332949a5721b6e01353902b89cde68f.tar.gz
Merges changes
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