diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-08-03 23:02:33 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-08-03 23:02:33 +1200 |
commit | 0760607a7dd1ab6b904f618ecdda170cd042a21b (patch) | |
tree | c618329cee105a456c774e4c015d7ef4a1b76571 /test/tutils.py | |
parent | 9042d3f3b9ab96020dd314cdb9faeaae3947544c (diff) | |
download | mitmproxy-0760607a7dd1ab6b904f618ecdda170cd042a21b.tar.gz mitmproxy-0760607a7dd1ab6b904f618ecdda170cd042a21b.tar.bz2 mitmproxy-0760607a7dd1ab6b904f618ecdda170cd042a21b.zip |
Further interface cleaning.
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 a4c5b1fa..f7a49577 100644 --- a/test/tutils.py +++ b/test/tutils.py @@ -60,7 +60,7 @@ class TestMaster(controller.Master): def handle(self, m): self.log.append(m) - m.ack() + m._ack() class ProxyThread(threading.Thread): |