diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-24 15:14:38 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-24 15:14:38 -0500 |
commit | a2062b812cbf41ac6666975d05ab8c79de723d10 (patch) | |
tree | 8624466cb057a0d5ad532127dbf18a0a3a5c40b3 /setup.py | |
parent | f0e9b4a76e82216467de39f5a038946c7bc50255 (diff) | |
download | external_python_setuptools-a2062b812cbf41ac6666975d05ab8c79de723d10.tar.gz external_python_setuptools-a2062b812cbf41ac6666975d05ab8c79de723d10.tar.bz2 external_python_setuptools-a2062b812cbf41ac6666975d05ab8c79de723d10.zip |
Remove unused variable
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -44,7 +44,6 @@ if os.environ.get("SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT") in (None, class build_py(_build_py): 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) |