diff options
| author | Antoine Reversat <a.reversat@gmail.com> | 2010-08-05 23:01:33 -0400 |
|---|---|---|
| committer | Antoine Reversat <a.reversat@gmail.com> | 2010-08-05 23:01:33 -0400 |
| commit | 363c0ae3f332949a5721b6e01353902b89cde68f (patch) | |
| tree | 56e83ccaca90a0587832c3fbd04f28a3fd3d0dbf /src/distutils2/command/install_headers.py | |
| parent | b4a2d7104551bbcc443b0816438fd0d59ea8fdac (diff) | |
| parent | 4c007c55658abdc098716fcb3264f8acf1da0f4b (diff) | |
| download | disutils2-363c0ae3f332949a5721b6e01353902b89cde68f.tar.gz | |
Merges changes
Diffstat (limited to 'src/distutils2/command/install_headers.py')
| -rw-r--r-- | src/distutils2/command/install_headers.py | 3 |
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 |
