##// END OF EJS Templates
refuse to run js tests with phantom + tornado 4...
refuse to run js tests with phantom + tornado 4 websocket connections fail with 426 because phantomjs implements a super old draft of webosockets that recent tornado doesn't support This refused to run in that situation with an informative message.

File last commit:

r13347:54891794
r18356:b3a696fb
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