diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-07-07 20:45:21 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-07-07 20:45:21 (GMT) |
commit | 65d6edb478d8c649766c59c5ae186bf0d1e812e6 (patch) | |
tree | 57abda04efa17d981ec8ea679a725af5a1e057c9 /Lib/distutils/command/install_headers.py | |
parent | bc30b117643a3bffb39ba3e93bba1beb493d1f37 (diff) | |
download | cpython-65d6edb478d8c649766c59c5ae186bf0d1e812e6.zip cpython-65d6edb478d8c649766c59c5ae186bf0d1e812e6.tar.gz cpython-65d6edb478d8c649766c59c5ae186bf0d1e812e6.tar.bz2 |
fix inconsistent use of tabs and spaces
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 991985b..2e6ce86 100644 --- a/Lib/distutils/command/install_headers.py +++ b/Lib/distutils/command/install_headers.py @@ -22,7 +22,7 @@ class install_headers (Command): def initialize_options (self): self.install_dir = None - self.outfiles = [] + self.outfiles = [] def finalize_options (self): self.set_undefined_options('install', |