##// END OF EJS Templates
Use Python logo for IPython kernel...
Use Python logo for IPython kernel Instead of IP[y]: logo Closes gh-7189

File last commit:

r16418:b55d2748
r19491:ecb5eb1b
Show More
__init__.py
7 lines | 151 B | text/x-python | PythonLexer
from .base import PostProcessorBase
# protect against unavailable tornado
try:
from .serve import ServePostProcessor
except ImportError:
pass