##// END OF EJS Templates
chore(tests): add more flexibility to where we want to print mustcontain output for testing response
chore(tests): add more flexibility to where we want to print mustcontain output for testing response

File last commit:

r5042:4c5af799 default
r5190:9f610147 default
Show More
__init__.py
6 lines | 256 B | text/x-python | PythonLexer
project: added all source files and assets
r1 #!/usr/bin/env python
dbmigrate: python3 changes...
r5042
project: added all source files and assets
r1
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