Untabified.

This commit is contained in:
Greg Ward 2000-10-14 04:06:40 +00:00
parent 4cd6f2ab80
commit fa9ff76aae
8 changed files with 14 additions and 14 deletions

View file

@ -38,10 +38,10 @@ class install_data (Command):
def finalize_options (self):
self.set_undefined_options('install',
('install_data', 'install_dir'),
('root', 'root'),
('install_data', 'install_dir'),
('root', 'root'),
('force', 'force'),
)
)
def run (self):
self.mkpath(self.install_dir)