##// END OF EJS Templates
Simplify and uniformise styling of kernel selector...
r17382:e6233f8e
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