##// END OF EJS Templates
Merge pull request #6929 from minrk/cull20...
Merge pull request #6929 from minrk/cull20 cull 20% when display hook is full

File last commit:

r16418:b55d2748
r18861:c533d88b 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