##// END OF EJS Templates
Backport PR #6878: Update pygments monkeypatch for compatibility with Pygments 2.0...
Backport PR #6878: Update pygments monkeypatch for compatibility with Pygments 2.0 Closes gh-6877 I spent a while looking for a better way to achive this, to get rid of the monkeypatch, but none occurred to me, so I went with Carlos' suggestion of just updating it.

File last commit:

r10306:301083e0
r20382:79516ce7
Show More
__init__.py
10 lines | 270 B | text/x-python | PythonLexer
MinRK
update inprocess kernel to new layout...
r10298 from .channels import (
InProcessShellChannel,
InProcessIOPubChannel,
InProcessStdInChannel,
InProcessHBChannel,
)
MinRK
remove InProcessKernel from top-level kernel.inprocess...
r10306
MinRK
update inprocess kernel to new layout...
r10298 from .client import InProcessKernelClient
MinRK
add BlockingInProcKM to kernel.inprocess
r10303 from .manager import InProcessKernelManager
from .blocking import BlockingInProcessKernelClient