| commit | 366e89ead7df34b4132c2accb59dc14fce564883 | [log] [tgz] |
|---|---|---|
| author | Palmer Cox <palmer@fiscalnote.com> | Thu Dec 22 01:24:33 2016 -0500 |
| committer | Jens Geyer <jensg@apache.org> | Thu Dec 22 18:27:27 2016 +0100 |
| tree | 39207d26b4a59c4ffadb96976303a2aa4f7d28ea | |
| parent | 30a8b65dcec88d0710143ca2b94f71915a8549c5 [diff] |
THRIFT-4012 Python Twisted implementation uses implements, not compatible with Py3 Client: Python Patch: Palmer Cox <palmer@fiscalnote.com> This closes #1144 Zope implements doesn't work with Python 3; @implementer does. Replace uses of implements with @implementer since the former does not work with Python 3, while the latter works with both Python 2 and 3.