##// END OF EJS Templates
feat(ssh-wrapeprs): moved the setup logging into common function to not relly on v1 codebase
feat(ssh-wrapeprs): moved the setup logging into common function to not relly on v1 codebase

File last commit:

r5042:4c5af799 default
r5316:cf4b8591 default
Show More
__init__.py
6 lines | 256 B | text/x-python | PythonLexer
#!/usr/bin/env python
from rhodecode.lib.dbmigrate.migrate.versioning.script.base import BaseScript
from rhodecode.lib.dbmigrate.migrate.versioning.script.py import PythonScript
from rhodecode.lib.dbmigrate.migrate.versioning.script.sql import SqlScript