##// END OF EJS Templates
fix(encryptor): use a failsafe mechanism of detecting old algo for encryption to NOT crash the app when switching to fernet
fix(encryptor): use a failsafe mechanism of detecting old algo for encryption to NOT crash the app when switching to fernet

File last commit:

r5042:4c5af799 default
r5363:7bfb02ec 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