summaryrefslogtreecommitdiffstats
path: root/module/remote/ThriftBackend.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-02-10 22:22:49 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-02-10 22:22:49 +0100
commit55a9946145b172d21c917a6ae68f3676cdd3345b (patch)
tree1a8a655834eaf2bdade8348a562d4822a108e08f /module/remote/ThriftBackend.py
parentthriftbackend cleanup (diff)
downloadpyload-55a9946145b172d21c917a6ae68f3676cdd3345b.tar.xz
thrift + setup fixes
Diffstat (limited to 'module/remote/ThriftBackend.py')
-rw-r--r--module/remote/ThriftBackend.py1
1 files changed, 1 insertions, 0 deletions
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()