##// END OF EJS Templates
Backport PR #5866: Make test robust against differences in line endings...
Backport PR #5866: Make test robust against differences in line endings git on Windows can change line endings on checkout, which was leading to a test failure.

File last commit:

r11754:d59fec67
r16783:c4a3290b
Show More
__init__.py
3 lines | 93 B | text/x-python | PythonLexer
from .files import FilesWriter
from .stdout import StdoutWriter
from .base import WriterBase