##// END OF EJS Templates
Merge pull request #3340 from minrk/submodpkg...
Merge pull request #3340 from minrk/submodpkg skip submodule check in package managers custom DEFAULT_STATIC_FILES_PATH means a package is responsible, and everything should be assumed to be fine.

File last commit:

r10306:301083e0
r10809:ca60480a merge
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