summaryrefslogtreecommitdiff
path: root/test/py.twisted
diff options
context:
space:
mode:
authorJames E. King, III <jking@apache.org>2017-09-01 13:00:36 -0700
committerJames E. King, III <jking@apache.org>2017-09-04 18:09:34 -0700
commitd7142b7e4fe114c13d8235a7c47f58947f916bff (patch)
treed1f6ce9e74787245d69c205238211739974b0b24 /test/py.twisted
parentf454369198500a90388a4a6f73970e961949c186 (diff)
downloadthrift-d7142b7e4fe114c13d8235a7c47f58947f916bff.tar.gz
THRIFT-4295: rework the docker build images, updating them and tuning the travis builds
This closes #1340
Diffstat (limited to 'test/py.twisted')
-rwxr-xr-xtest/py.twisted/test_suite.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/py.twisted/test_suite.py b/test/py.twisted/test_suite.py
index 43149a4c9..886de44d2 100755
--- a/test/py.twisted/test_suite.py
+++ b/test/py.twisted/test_suite.py
@@ -36,12 +36,11 @@ from twisted.trial import unittest
from twisted.internet import defer, reactor
from twisted.internet.protocol import ClientCreator
-from zope.interface import implements
+from zope.interface import implementer
+@implementer(ThriftTest.Iface)
class TestHandler:
- implements(ThriftTest.Iface)
-
def __init__(self):
self.onewaysQueue = defer.DeferredQueue()