diff options
author | András Veres-Szentkirályi <vsza@vsza.hu> | 2012-07-15 22:42:59 +0200 |
---|---|---|
committer | András Veres-Szentkirályi <vsza@vsza.hu> | 2012-07-15 22:42:59 +0200 |
commit | 1a26f8215de76cb21e4c9100b4a8f766f872ac38 (patch) | |
tree | 8f14ecc06ebae9995e74f82f01e2ef3007c412d8 /test/tutils.py | |
parent | da496669c2a52e06a955a067f71a70711ddb87d0 (diff) | |
download | mitmproxy-1a26f8215de76cb21e4c9100b4a8f766f872ac38.tar.gz mitmproxy-1a26f8215de76cb21e4c9100b4a8f766f872ac38.tar.bz2 mitmproxy-1a26f8215de76cb21e4c9100b4a8f766f872ac38.zip |
removed assigned but unread variables
Diffstat (limited to 'test/tutils.py')
-rw-r--r-- | test/tutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tutils.py b/test/tutils.py index cfe9bffd..0e661a4b 100644 --- a/test/tutils.py +++ b/test/tutils.py @@ -50,7 +50,7 @@ class TestMaster(flow.FlowMaster): self.testq = testq def handle(self, m): - f = flow.FlowMaster.handle(self, m) + flow.FlowMaster.handle(self, m) m._ack() |