Make comm_manager a property of kernel, not shell

Thomas Kluyver 12 years ago
parent 684d739d92
commit f420cdf3e7

@ -22,6 +22,9 @@ from IPython.utils.py3compat import annotate
class DummyComm(Comm):
comm_id = 'a-b-c-d'
def open(self, *args, **kwargs):
pass
def send(self, *args, **kwargs):
pass

Loading…
Cancel
Save