##// END OF EJS Templates
Fixing issues with js tests....
Fixing issues with js tests. * Closing old pages to prevent fd leaks. * Making sure kernels are killed to prevent fd leaks. * Moving towards deleting old notebooks (this is not done, but this should be merged as is).

File last commit:

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