##// END OF EJS Templates
Fix attribute naming
Thomas Kluyver -
Show More
@@ -249,8 +249,8 b' class QtKernelClient(QtKernelClientMixin, KernelClient):'
249 if shell:
249 if shell:
250 self.shell_channel.message_received.connect(self._check_kernel_info_reply)
250 self.shell_channel.message_received.connect(self._check_kernel_info_reply)
251
251
252 self.channel_listener_thread = IOLoopThread(self.ioloop)
252 self.ioloop_thread = IOLoopThread(self.ioloop)
253 self.channel_listener_thread.start()
253 self.ioloop_thread.start()
254
254
255 super(QtKernelClient, self).start_channels(shell, iopub, stdin, hb)
255 super(QtKernelClient, self).start_channels(shell, iopub, stdin, hb)
256
256
General Comments 0
You need to be logged in to leave comments. Login now