##// END OF EJS Templates
Merge pull request #4163 from dhirschfeld/encoding-fix...
Merge pull request #4163 from dhirschfeld/encoding-fix Fix for incorrect default encoding on Windows.

File last commit:

r12249:4563b2ee
r12445:b6e7332b merge
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