diff options
Diffstat (limited to 'Lib/distutils/command/install_headers.py')
-rw-r--r-- | Lib/distutils/command/install_headers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/install_headers.py b/Lib/distutils/command/install_headers.py index 2d72a07..495d150 100644 --- a/Lib/distutils/command/install_headers.py +++ b/Lib/distutils/command/install_headers.py @@ -32,7 +32,7 @@ class install_headers (Command): self.set_undefined_options('install', ('install_headers', 'install_dir'), ('force', 'force')) - + def run (self): headers = self.distribution.headers |