diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-06-28 16:12:44 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-06-28 20:23:59 +0200 |
commit | 2c797aba90ec32fa979dce8c89789309f936ddce (patch) | |
tree | fd08def9e9e9cd9892e8b5743fa91be4ad45b26c /module/lib/thrift/transport/__init__.py | |
parent | [Lib] Update simplejson to version 3.5.3 (diff) | |
download | pyload-2c797aba90ec32fa979dce8c89789309f936ddce.tar.xz |
[Lib] Update thrift to version 0.9.1
Diffstat (limited to 'module/lib/thrift/transport/__init__.py')
-rw-r--r-- | module/lib/thrift/transport/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/lib/thrift/transport/__init__.py b/module/lib/thrift/transport/__init__.py index 46e54fe6b..c9596d9a6 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','TZlibTransport'] +__all__ = ['TTransport', 'TSocket', 'THttpClient', 'TZlibTransport'] |