From 0c1a92dcfa6d9775d5d0da8ef5fc8d9cc40d77b9 Mon Sep 17 00:00:00 2001 From: RaNaN <Mast3rRaNaN@hotmail.de> Date: Mon, 27 Jun 2011 23:45:45 +0200 Subject: thrift 0.7.0 from trunk, patched for low mem usage --- module/lib/thrift/transport/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/lib/thrift/transport/__init__.py') diff --git a/module/lib/thrift/transport/__init__.py b/module/lib/thrift/transport/__init__.py index 02c6048a9..46e54fe6b 100644 --- a/module/lib/thrift/transport/__init__.py +++ b/module/lib/thrift/transport/__init__.py @@ -17,4 +17,4 @@ # under the License. # -__all__ = ['TTransport', 'TSocket', 'THttpClient'] +__all__ = ['TTransport', 'TSocket', 'THttpClient','TZlibTransport'] -- cgit v1.2.3