##// END OF EJS Templates
Fix for using Type traitlet
Thomas Kluyver -
Show More
@@ -315,7 +315,7 b' class IPKernelApp(BaseIPythonApplication, InteractiveShellApp,'
315 shell_stream = ZMQStream(self.shell_socket)
315 shell_stream = ZMQStream(self.shell_socket)
316 control_stream = ZMQStream(self.control_socket)
316 control_stream = ZMQStream(self.control_socket)
317
317
318 kernel_factory = import_item(str(self.kernel_class))
318 kernel_factory = self.kernel_class
319
319
320 kernel = kernel_factory(parent=self, session=self.session,
320 kernel = kernel_factory(parent=self, session=self.session,
321 shell_streams=[shell_stream, control_stream],
321 shell_streams=[shell_stream, control_stream],
General Comments 0
You need to be logged in to leave comments. Login now