From 21aa78672f76da16716e163c950b63fd3a46e2fd Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 12 Feb 2011 21:47:23 +0100 Subject: cleanup --- module/remote/thriftbackend/ThriftClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/remote/thriftbackend') 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) -- cgit v1.2.3