##// END OF EJS Templates
tests(bad-data): fixed some pre python3 tests that no longer work exactly the same
tests(bad-data): fixed some pre python3 tests that no longer work exactly the same

File last commit:

r5042:4c5af799 default
r5217:56288af3 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