]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
misc/simulators/hashbasedsig.py: simplify by removing unnecessary local function...
authordavid-sarah <david-sarah@jacaranda.org>
Fri, 7 Oct 2011 02:30:01 +0000 (19:30 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Fri, 7 Oct 2011 02:30:01 +0000 (19:30 -0700)
commitbbb6e5d25e62eaed396fb4ecbd780d13e769466b
tree5fdfaeb24c9ebd98a7839a73395325f2959bf2a5
parentbc0d9b682e97c26dbc0c8a731c7a3a3837815667
misc/simulators/hashbasedsig.py: simplify by removing unnecessary local function that captured a variable declared in a for loop (this was not a bug, but the code was unclear). Also fix a pyflakes warning about an import. refs #1556
misc/simulators/hashbasedsig.py