commit | 6525f6ae8786a2bcb596e471efb1d76ae74aabee | [log] [tgz] |
---|---|---|
author | Nobuaki Sukegawa <nsuke@apache.org> | Thu Feb 11 13:58:39 2016 +0900 |
committer | Nobuaki Sukegawa <nsuke@apache.org> | Sat Feb 13 23:12:34 2016 +0900 |
tree | 80c5a5037d166c8ada55d97d4e98d36bff632155 | |
parent | 41e8cbf6866bf9b8ec6d5bbc157a1fb970d8c3cc [diff] [blame] |
THRIFT-3612 Add Python C extension for compact protocol Client: Python Patch: Nobuaki Sukegawa This closes #844
diff --git a/test/py/RunClientServer.py b/test/py/RunClientServer.py index 98ead43..150f2be 100755 --- a/test/py/RunClientServer.py +++ b/test/py/RunClientServer.py
@@ -52,6 +52,7 @@ PROTOS = [ 'accel', + 'accelc', 'binary', 'compact', 'json',