aboutsummaryrefslogtreecommitdiffstats
path: root/test/tutils.py
diff options
context:
space:
mode:
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()