##// END OF EJS Templates
Backport PR #6105: only set allow_origin_pat if defined...
Backport PR #6105: only set allow_origin_pat if defined fixes the default behavior to be as intended (require Origin == Host)

File last commit:

r13347:54891794
r17187:3ee184a6
Show More
__init__.py
7 lines | 199 B | text/x-python | PythonLexer
"""Utilities for converting notebooks to and from different formats."""
from .exporters import *
from . import filters
from . import preprocessors
from . import postprocessors
from . import writers