allow legacy tsstats.client.Client +=
This commit is contained in:
parent
ac305b3873
commit
c9895c6c5a
|
@ -30,6 +30,7 @@ class Clients(MutableMapping):
|
||||||
:type id_or_uid: Client
|
:type id_or_uid: Client
|
||||||
'''
|
'''
|
||||||
self.store[client.identifier] = client
|
self.store[client.identifier] = client
|
||||||
|
return self
|
||||||
|
|
||||||
def __iter__(self):
|
def __iter__(self):
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in New Issue