Fix name.

pull/35/head
David Wilson 8 years ago
parent f4fa69075e
commit 397275087b

@ -675,7 +675,7 @@ class ExternalContext(object):
def _SetupMaster(self, key):
self.broker = Broker()
self.context = Context(self.broker, 'parent', key=key)
self.context = Context(self.broker, 'master', key=key)
self.channel = Channel(self.context, CALL_FUNCTION)
self.context.stream = Stream(self.context)
self.context.stream.Accept(0, 1)

Loading…
Cancel
Save