##// END OF EJS Templates
Merge pull request #7125 from mattvonrocketstein/pr6953-docs...
Merge pull request #7125 from mattvonrocketstein/pr6953-docs [pr6953-docs] update docstrings/whatsnew/shell.rst for env/set_env magic

File last commit:

r16418:b55d2748
r19340:28ac6f6e merge
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