##// END OF EJS Templates
implements #285: Implemented non changeable urls for clone url, and web views
implements #285: Implemented non changeable urls for clone url, and web views

File last commit:

r833:9753e090 beta
r1813:a8c66e87 beta
Show More
__init__.py
10 lines | 159 B | text/x-python | PythonLexer
"""
This module contains database dialect specific changeset
implementations.
"""
__all__ = [
'postgres',
'sqlite',
'mysql',
'oracle',
]