From e12a490aeeb5337d5dc71ce722fff06c630da80c Mon Sep 17 00:00:00 2001 From: Krzysztof Jagiello Date: Sat, 4 Jun 2011 20:28:07 +0200 Subject: [PATCH] removing this useless method --- ts3.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ts3.py b/ts3.py index 494fb65..7ff988e 100644 --- a/ts3.py +++ b/ts3.py @@ -63,9 +63,6 @@ class TS3Response(): # if the response is a list, it has to be successful return True - - def response(self): - return self.response class TS3Proto(): def connect(self, ip, port, timeout=5):