Kaydet (Commit) f8f2b98b authored tarafından Gregory P. Smith's avatar Gregory P. Smith

Caught up with renaming in 'install_misc' base class.

üst ae988a57
......@@ -8,7 +8,4 @@ class install_data (install_misc):
self._install_dir_from('install_data')
def run (self):
self._copydata(self.distribution.data)
def get_outputs (self):
return self._outputdata(self.distribution.data)
self._copy_files(self.distribution.data)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment