diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-08-10 19:00:41 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-08-10 19:00:41 (GMT) |
commit | 13f4ea25d4d00704bd21daf067cdee1b362566ab (patch) | |
tree | d0c10abee7402fa8b7a518e48285455f3dd1d29a /Lib/distutils/command/build_scripts.py | |
parent | 5079fe07fe990e6db9b7c3b2d8702cad06cf2be0 (diff) | |
download | cpython-13f4ea25d4d00704bd21daf067cdee1b362566ab.zip cpython-13f4ea25d4d00704bd21daf067cdee1b362566ab.tar.gz cpython-13f4ea25d4d00704bd21daf067cdee1b362566ab.tar.bz2 |
Remove unused variable
Diffstat (limited to 'Lib/distutils/command/build_scripts.py')
-rw-r--r-- | Lib/distutils/command/build_scripts.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/distutils/command/build_scripts.py b/Lib/distutils/command/build_scripts.py index 611767e..16024e5 100644 --- a/Lib/distutils/command/build_scripts.py +++ b/Lib/distutils/command/build_scripts.py @@ -51,7 +51,6 @@ class build_scripts (Command): ie. starts with "\#!" and contains "python"), then adjust the first line to refer to the current Python interpreter as we copy. """ - outfiles = [] self.mkpath(self.build_dir) for script in self.scripts: adjust = 0 |