aboutsummaryrefslogtreecommitdiffstats
path: root/test/tutils.py
diff options
context:
space:
mode:
authorAndrás Veres-Szentkirályi <vsza@vsza.hu>2012-07-15 22:42:59 +0200
committerAndrás Veres-Szentkirályi <vsza@vsza.hu>2012-07-15 22:42:59 +0200
commit1a26f8215de76cb21e4c9100b4a8f766f872ac38 (patch)
tree8f14ecc06ebae9995e74f82f01e2ef3007c412d8 /test/tutils.py
parentda496669c2a52e06a955a067f71a70711ddb87d0 (diff)
downloadmitmproxy-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.py2
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()