allow legacy tsstats.client.Client +=

This commit is contained in:
Thor77 2016-05-19 15:23:11 +02:00
parent ac305b3873
commit c9895c6c5a
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class Clients(MutableMapping):
:type id_or_uid: Client
'''
self.store[client.identifier] = client
return self
def __iter__(self):
'''