Added 'get_inputs()' methods, needed by the "install" command's

'get_inputs()'.
This commit is contained in:
Gregory P. Smith 2000-05-13 03:07:53 +00:00
parent ba0506b349
commit e30b7a91c7
2 changed files with 6 additions and 0 deletions

View file

@ -18,3 +18,6 @@ class install_data (install_misc):
def run (self):
self._copy_files(self.distribution.data)
def get_inputs (self):
return self.distribution.data or []