Show More
@@ -27,7 +27,7 b' from zmq import ZMQError' | |||
|
27 | 27 | from zmq.eventloop import ioloop, zmqstream |
|
28 | 28 | |
|
29 | 29 | # Local imports |
|
30 | from .channelabc import ( | |
|
30 | from .channelsabc import ( | |
|
31 | 31 | ShellChannelABC, IOPubChannelABC, |
|
32 | 32 | HBChannelABC, StdInChannelABC, |
|
33 | 33 | ) |
@@ -124,4 +124,3 b' class HBChannelABC(ChannelABC):' | |||
|
124 | 124 | @abc.abstractmethod |
|
125 | 125 | def is_beating(self): |
|
126 | 126 | pass |
|
127 |
@@ -12,7 +12,7 b'' | |||
|
12 | 12 | #----------------------------------------------------------------------------- |
|
13 | 13 | |
|
14 | 14 | # IPython imports |
|
15 | from IPython.kernel.channelabc import ( | |
|
15 | from IPython.kernel.channelsabc import ( | |
|
16 | 16 | ShellChannelABC, IOPubChannelABC, |
|
17 | 17 | HBChannelABC, StdInChannelABC, |
|
18 | 18 | ) |
General Comments 0
You need to be logged in to leave comments.
Login now