Remove "magic names" where possible, using new data from fndata.txt

This commit is contained in:
Sei Lisa 2017-10-27 21:13:07 +02:00
parent b80b157489
commit 70f39d7f5e
6 changed files with 50 additions and 58 deletions

View file

@ -662,7 +662,7 @@ def main(argv):
return 1
del p, script
opt = optimizer()
opt = optimizer(lib)
ts = opt.optimize(ts, options)
del opt