Skip to content

Commit a2d8ff4

Browse files
author
greg
committed
Caught up with renaming in 'install_misc' base class.
git-svn-id: http://svn.python.org/projects/python/trunk@15440 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 29783bb commit a2d8ff4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Lib/distutils/command/install_data.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@ def finalize_options (self):
88
self._install_dir_from('install_data')
99

1010
def run (self):
11-
self._copydata(self.distribution.data)
12-
13-
def get_outputs (self):
14-
return self._outputdata(self.distribution.data)
11+
self._copy_files(self.distribution.data)

0 commit comments

Comments
 (0)