##// END OF EJS Templates
skip a failing test on windows...
skip a failing test on windows soon, the cython magic will move into its own repo and this can be dealt with properly, but most windows installs will not have a compiler available out-of-the-box, so it's safer just to skip this altogether

File last commit:

r11634:7be59c0a
r11854:6a630aa8
Show More
__init__.py
12 lines | 455 B | text/x-python | PythonLexer
# Class base Transformers
from .base import Transformer
from .convertfigures import ConvertFiguresTransformer
from .svg2pdf import SVG2PDFTransformer
from .extractoutput import ExtractOutputTransformer
from .revealhelp import RevealHelpTransformer
from .latex import LatexTransformer
from .sphinx import SphinxTransformer
from .csshtmlheader import CSSHTMLHeaderTransformer
# decorated function Transformers
from .coalescestreams import coalesce_streams