##// END OF EJS Templates
Add default for dashbord items and create default...
Add default for dashbord items and create default settings in a sane way.

File last commit:

r833:9753e090 beta
r3909:e87298cc 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',
]