##// END OF EJS Templates
don't use test.begin...
don't use test.begin the PPA we use on Travis CI doesn't have CasperJS 1.1.0-DEV yet, so we're better off not using it for now.

File last commit:

r10306:301083e0
r13306:b906c2cd
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