mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Caught up with renaming in 'install_misc' base class.
This commit is contained in:
parent
ae988a57d2
commit
f8f2b98bdd
1 changed files with 1 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue