remove unneccessary and unused tsstats.client.Client.__getitem__

This commit is contained in:
Thor77 2016-06-12 18:43:20 +02:00
parent 123370554a
commit 850d3463ce
1 changed files with 0 additions and 3 deletions

View File

@ -131,6 +131,3 @@ class Client(object):
def __str__(self):
return '<{},{}>'.format(self.identifier, self.nick)
def __getitem__(self, item):
return self.__getattribute__(item)