##// END OF EJS Templates
relocate redundantly-named kernel files...
MinRK -
Show More
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
@@ -87,4 +87,3 b' class BlockingKernelManager(KernelManager):'
87 iopub_channel_class = Type(BlockingIOPubChannel)
87 iopub_channel_class = Type(BlockingIOPubChannel)
88 stdin_channel_class = Type(BlockingStdInChannel)
88 stdin_channel_class = Type(BlockingStdInChannel)
89 hb_channel_class = Type(BlockingHBChannel)
89 hb_channel_class = Type(BlockingHBChannel)
90
1 NO CONTENT: file renamed from IPython/kernel/ioloopkernelmanager.py to IPython/kernel/ioloop/manager.py
NO CONTENT: file renamed from IPython/kernel/ioloopkernelmanager.py to IPython/kernel/ioloop/manager.py
1 NO CONTENT: file renamed from IPython/kernel/ioloopkernelrestarter.py to IPython/kernel/ioloop/restarter.py
NO CONTENT: file renamed from IPython/kernel/ioloopkernelrestarter.py to IPython/kernel/ioloop/restarter.py
@@ -1144,4 +1144,3 b' IOPubChannelABC.register(IOPubChannel)'
1144 HBChannelABC.register(HBChannel)
1144 HBChannelABC.register(HBChannel)
1145 StdInChannelABC.register(StdInChannel)
1145 StdInChannelABC.register(StdInChannel)
1146 KernelManagerABC.register(KernelManager)
1146 KernelManagerABC.register(KernelManager)
1147
@@ -223,4 +223,3 b' class KernelManagerABC(object):'
223 @abc.abstractmethod
223 @abc.abstractmethod
224 def is_alive(self):
224 def is_alive(self):
225 pass
225 pass
226
General Comments 0
You need to be logged in to leave comments. Login now