##// END OF EJS Templates
highly improved performance of my_account page by removing super heavy htmlfill call on whole page
highly improved performance of my_account page by removing super heavy htmlfill call on whole page

File last commit:

r835:08d2dcd7 beta
r2353:ef71d7e6 beta
Show More
__init__.py
6 lines | 279 B | text/x-python | PythonLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
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