##// END OF EJS Templates
Merge pull request #4446 from blink1073/master...
Merge pull request #4446 from blink1073/master Use SVG plots in OctaveMagic by default due to lack of Ghostscript on Windows Octave

File last commit:

r12513:6b68269f
r13773:617a6297 merge
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