From f8f2b98bdd9ba37c8cb416a56f1aab7d25071139 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Fri, 12 May 2000 01:34:33 +0000 Subject: Caught up with renaming in 'install_misc' base class. --- Lib/distutils/command/install_data.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 @@ 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) -- cgit v0.12