fix python2 test failure

pull/4428/head
Richard van der Hoff 2019-01-23 11:25:36 +00:00
parent d02c4532c0
commit 6b574f3df7
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ def get_clock():
return (clock, hs_clock)
@attr.s
@attr.s(cmp=False)
class FakeTransport(object):
"""
A twisted.internet.interfaces.ITransport implementation which sends all its data