Add a client attribute to MessageDispatcher

This commit is contained in:
Vgr E. Barry 2017-01-12 12:43:18 -05:00
parent 16022599e5
commit 87df9e1440

View File

@ -9,6 +9,7 @@ class MessageDispatcher:
def __init__(self, source, target):
self.source = source
self.target = target
self.client = source.client
@property
def private(self):