From 3eec058b29cc37af8ff116926d4273b377c7471b Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 16 Apr 2015 18:07:46 +0200 Subject: Fix comments --- pyload/remote/thriftbackend/ThriftClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/remote/thriftbackend/ThriftClient.py') diff --git a/pyload/remote/thriftbackend/ThriftClient.py b/pyload/remote/thriftbackend/ThriftClient.py index 289762adc..60a4e9ca9 100644 --- a/pyload/remote/thriftbackend/ThriftClient.py +++ b/pyload/remote/thriftbackend/ThriftClient.py @@ -7,7 +7,7 @@ from socket import error from traceback import print_exc from thrift.transport import TTransport -#from thrift.transport.TZlibTransport import TZlibTransport +# from thrift.transport.TZlibTransport import TZlibTransport from Socket import Socket from Protocol import Protocol -- cgit v1.2.3