##// END OF EJS Templates
js: added better build instructions for JS libraries.
js: added better build instructions for JS libraries.

File last commit:

r1:854a839a default
r2924:2e893c5a 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',
]