##// 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:

r11089:45d39d22
r12050:a98029b4
Show More
__init__.py
5 lines | 142 B | text/x-python | PythonLexer
Brian E. Granger
Fixing import logic.
r11088 from .ansi import *
Brian E. Granger
Fixing import for nbconvert.
r11089 from .datatypefilter import *
Brian E. Granger
Fixing import logic.
r11088 from .highlight import *
from .latex import *
from .markdown import *
from .strings import *