##// END OF EJS Templates
Backport PR #5837: pass on install docs...
Backport PR #5837: pass on install docs there were many False statements, and no-longer appropriate recommendations to use easy_install.

File last commit:

r12513:6b68269f
r16756:71834f3e
Show More
__init__.py
8 lines | 185 B | text/x-python | PythonLexer
from .base import PostProcessorBase
from .pdf import PDFPostProcessor
# protect against unavailable tornado
try:
from .serve import ServePostProcessor
except ImportError:
pass