##// END OF EJS Templates
Update boolean tests
Update boolean tests

File last commit:

r12249:4563b2ee
r12533:2989327e
Show More
__init__.py
3 lines | 108 B | text/x-python | PythonLexer
Jonathan Frederic
Moved PDF logic into Post-Processor class
r11747 from .base import PostProcessorBase
from .pdf import PDFPostProcessor
damianavila
Added serve option as a post processor.
r11773 from .serve import ServePostProcessor