##// END OF EJS Templates
archival: added tests at subpath generation of archivals
archival: added tests at subpath generation of archivals

File last commit:

r1:854a839a default
r5112:50a51f17 default
Show More
__init__.py
11 lines | 173 B | text/x-python | PythonLexer
"""
This module contains database dialect specific changeset
implementations.
"""
__all__ = [
'postgres',
'sqlite',
'mysql',
'oracle',
'ibmdb2',
]