##// END OF EJS Templates
Why overriding a method if the new one is exactly the same of the one...
Why overriding a method if the new one is exactly the same of the one in the base class?

File last commit:

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