THRIFT-1745 Python JSON protocol
authorRoger Meier <roger@apache.org>
Fri, 2 Nov 2012 00:05:42 +0000 (00:05 +0000)
committerRoger Meier <roger@apache.org>
Fri, 2 Nov 2012 00:05:42 +0000 (00:05 +0000)
commit85fb6de7f4c1ea6260f98bc24401593e8c974bc7
tree1ca6bc04b6fb022e21f30095b87c093b4b8f2dc6
parentc9ce87fb02004b1864bc7e880b79fd411a2a2b9e
THRIFT-1745 Python JSON protocol
TJSONProtocol.py: Frederic Delbos

THRIFT-847 Test Framework harmonization across all languages
Integration into py lib and test suite

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1404838 13f79535-47bb-0310-9956-ffa450edef68
lib/py/src/protocol/TJSONProtocol.py [new file with mode: 0644]
lib/py/src/protocol/__init__.py
test/py/RunClientServer.py
test/py/TestClient.py
test/py/TestServer.py
test/test.sh