##// END OF EJS Templates
admin: show admin menus in add pages, and edit pages for users/groups/user groups
admin: show admin menus in add pages, and edit pages for users/groups/user groups

File last commit:

r1:854a839a default
r3585:1fe68664 new-ui
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',
]