Commit f7cb0315 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove unused variable

parent cd27545f
...@@ -51,7 +51,6 @@ class build_scripts (Command): ...@@ -51,7 +51,6 @@ class build_scripts (Command):
ie. starts with "\#!" and contains "python"), then adjust the first ie. starts with "\#!" and contains "python"), then adjust the first
line to refer to the current Python interpreter as we copy. line to refer to the current Python interpreter as we copy.
""" """
outfiles = []
self.mkpath(self.build_dir) self.mkpath(self.build_dir)
for script in self.scripts: for script in self.scripts:
adjust = 0 adjust = 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment