##// END OF EJS Templates
minor checkpoint cleanup...
minor checkpoint cleanup - remember list of checkpoints browser-side - cleanup references in MenuBar restore list. There was a closure issue, where multiple menu items would actually all restore the same checkpoint.

File last commit:

r11773:9f558bbf
r12050:a98029b4
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