diff options
Diffstat (limited to 'command/build_py.py')
| -rw-r--r-- | command/build_py.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/command/build_py.py b/command/build_py.py index fa085796..7cc93539 100644 --- a/command/build_py.py +++ b/command/build_py.py @@ -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) |
