##// END OF EJS Templates
Work around problem in doctest discovery in Python 3.4 with PyQt...
Work around problem in doctest discovery in Python 3.4 with PyQt Closes gh-4892

File last commit:

r10306:301083e0
r14966:4197f72f
Show More
__init__.py
10 lines | 270 B | text/x-python | PythonLexer
from .channels import (
InProcessShellChannel,
InProcessIOPubChannel,
InProcessStdInChannel,
InProcessHBChannel,
)
from .client import InProcessKernelClient
from .manager import InProcessKernelManager
from .blocking import BlockingInProcessKernelClient