Merged revisions 76956 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76956 | tarek.ziade | 2009-12-21 02:22:46 +0100 (Mon, 21 Dec 2009) | 1 line

  massive import cleaning in Distutils
........
This commit is contained in:
Tarek Ziadé 2009-12-21 01:49:00 +00:00
parent 8b9361a26d
commit 88e2c5d35a
24 changed files with 62 additions and 78 deletions

View file

@ -133,7 +133,6 @@ class build_py(Command):
def build_package_data(self):
"""Copy data files into build directory"""
lastdir = None
for package, src_dir, build_dir, filenames in self.data_files:
for filename in filenames:
target = os.path.join(build_dir, filename)