commit | f8f2b98bdd9ba37c8cb416a56f1aab7d25071139 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Fri May 12 01:34:33 2000 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Fri May 12 01:34:33 2000 +0000 |
tree | 419888b0bdd7788c500c93e158e15a9d3ea283be | |
parent | ae988a57d2dd202e1d6242b4867d13df599cf2c7 [diff] |
Caught up with renaming in 'install_misc' base class.
diff --git a/Lib/distutils/command/install_data.py b/Lib/distutils/command/install_data.py index f86d95e..d96a1de 100644 --- a/Lib/distutils/command/install_data.py +++ b/Lib/distutils/command/install_data.py
@@ -8,7 +8,4 @@ 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)