##// END OF EJS Templates
Restore support for Python < 2.7.9...
Restore support for Python < 2.7.9 See Python issue 21591 for details: http://bugs.python.org/issue21591 The combination of exec and a closure caused a problem on Python 2 older than 2.7.9. That was only released in December 2014, so we probably can't require it yet.

File last commit:

r19223:abf4ddf4
r19689:22fa279b
Show More
__init__.py
8 lines | 211 B | text/x-python | PythonLexer
from .channels import (
InProcessChannel,
InProcessHBChannel,
)
from .client import InProcessKernelClient
from .manager import InProcessKernelManager
from .blocking import BlockingInProcessKernelClient