##// END OF EJS Templates
apply json_clean to comm_msg content...
apply json_clean to comm_msg content The same code that is applied to other user-generated json content. avoids errors in json encoding.

File last commit:

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