##// END OF EJS Templates
Backport PR #8127: update last_modified on rename...
Backport PR #8127: update last_modified on rename some storage backends may update the last_modified date on rename alternative to #8126 /cc @ssanderson

File last commit:

r11754:d59fec67
r20968:7cd6f089
Show More
__init__.py
3 lines | 93 B | text/x-python | PythonLexer
Jonathan Frederic
Added writer classes
r11369 from .files import FilesWriter
from .stdout import StdoutWriter
Jonathan Frederic
Fix tests
r11754 from .base import WriterBase