From 55a9946145b172d21c917a6ae68f3676cdd3345b Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 10 Feb 2011 22:22:49 +0100 Subject: thrift + setup fixes --- module/remote/ThriftBackend.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/remote/ThriftBackend.py') diff --git a/module/remote/ThriftBackend.py b/module/remote/ThriftBackend.py index 07da88447..bbad7e7d6 100644 --- a/module/remote/ThriftBackend.py +++ b/module/remote/ThriftBackend.py @@ -30,6 +30,7 @@ class ThriftBackend(BackendBase): handler = Handler(self) processor = Processor(handler) transport = TSocket.TServerSocket(7228) + #@TODO unicode encoding tfactory = TTransport.TBufferedTransportFactory() pfactory = TBinaryProtocol.TBinaryProtocolFactory() -- cgit v1.2.3