diff options
author | Fred Drake <fdrake@acm.org> | 2001-12-06 21:01:19 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-12-06 21:01:19 (GMT) |
commit | 21d45356b8a22bb3091a97f50b919b57798675f5 (patch) | |
tree | bdfd02aba3e9f0a243296721cb8ec2c75be9c08a /Lib/distutils/command/install_headers.py | |
parent | b94b849d65af71b4b432a74fdaef8ccd88209cc0 (diff) | |
download | cpython-21d45356b8a22bb3091a97f50b919b57798675f5.zip cpython-21d45356b8a22bb3091a97f50b919b57798675f5.tar.gz cpython-21d45356b8a22bb3091a97f50b919b57798675f5.tar.bz2 |
Whitespace normalization.
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 |