removing this useless method

This commit is contained in:
Krzysztof Jagiello
2011-06-04 20:28:07 +02:00
parent c95820390a
commit e12a490aee

3
ts3.py
View File

@@ -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):