Remove unused variable

This commit is contained in:
Andrew M. Kuchling 2001-08-10 19:00:41 +00:00
parent 5079fe07fe
commit 13f4ea25d4

View file

@ -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