__init__.py
11 lines
| 260 B
| text/x-python
|
PythonLexer
Min RK
|
r20354 | # Copyright (c) IPython Development Team. | ||
# Distributed under the terms of the Modified BSD License. | ||||
MinRK
|
r3317 | |||
Min RK
|
r20354 | # Verify zmq version dependency | ||
MinRK
|
r3317 | |||
MinRK
|
r10201 | from IPython.utils.zmqrelated import check_for_zmq | ||
MinRK
|
r4248 | |||
Min RK
|
r20354 | check_for_zmq('13', 'IPython.kernel.zmq') | ||
MinRK
|
r7543 | |||
from .session import Session | ||||