fix inconsistent use of tabs and spaces

This commit is contained in:
Jeremy Hylton 2000-07-07 20:45:21 +00:00
parent bc30b11764
commit 65d6edb478
4 changed files with 24 additions and 24 deletions

View file

@ -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',