summaryrefslogtreecommitdiffstats
path: root/module/remote/thriftbackend
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-02-12 21:47:23 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-02-12 21:47:23 +0100
commit21aa78672f76da16716e163c950b63fd3a46e2fd (patch)
tree8804a23d94b85f4b6415e49fba5c696799fe79f3 /module/remote/thriftbackend
parentbasic thrift client (diff)
downloadpyload-21aa78672f76da16716e163c950b63fd3a46e2fd.tar.xz
cleanup
Diffstat (limited to 'module/remote/thriftbackend')
-rw-r--r--module/remote/thriftbackend/ThriftClient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/remote/thriftbackend/ThriftClient.py b/module/remote/thriftbackend/ThriftClient.py
index 68c2d25ed..9fcabc4e7 100644
--- a/module/remote/thriftbackend/ThriftClient.py
+++ b/module/remote/thriftbackend/ThriftClient.py
@@ -24,7 +24,7 @@ class NoConnection(Exception):
class NoSSL(Exception):
pass
-class ThriftClient():
+class ThriftClient:
def __init__(self, host="localhost", port=7228, user="", password=""):
self.createConnection(host, port)