Show More
@@ -24,7 +24,7 b' import tg' | |||||
24 | from tg import hooks |
|
24 | from tg import hooks | |
25 | from tg.configuration import AppConfig |
|
25 | from tg.configuration import AppConfig | |
26 | from tg.support.converters import asbool |
|
26 | from tg.support.converters import asbool | |
27 | import alembic |
|
27 | import alembic.config | |
28 | from alembic.script.base import ScriptDirectory |
|
28 | from alembic.script.base import ScriptDirectory | |
29 | from alembic.migration import MigrationContext |
|
29 | from alembic.migration import MigrationContext | |
30 | from sqlalchemy import create_engine |
|
30 | from sqlalchemy import create_engine | |
@@ -33,14 +33,13 b' from kallithea.lib.middleware.https_fixu' | |||||
33 | from kallithea.lib.middleware.simplegit import SimpleGit |
|
33 | from kallithea.lib.middleware.simplegit import SimpleGit | |
34 | from kallithea.lib.middleware.simplehg import SimpleHg |
|
34 | from kallithea.lib.middleware.simplehg import SimpleHg | |
35 | from kallithea.lib.auth import set_available_permissions |
|
35 | from kallithea.lib.auth import set_available_permissions | |
36 | from kallithea.lib.db_manage import DbManage |
|
|||
37 | from kallithea.lib.utils import load_rcextensions, make_ui, set_app_settings, set_vcs_config, \ |
|
36 | from kallithea.lib.utils import load_rcextensions, make_ui, set_app_settings, set_vcs_config, \ | |
38 | set_indexer_config, check_git_version, repo2db_mapper |
|
37 | set_indexer_config, check_git_version, repo2db_mapper | |
39 | from kallithea.lib.utils2 import str2bool |
|
38 | from kallithea.lib.utils2 import str2bool | |
|
39 | import kallithea.model.base | |||
40 | from kallithea.model.scm import ScmModel |
|
40 | from kallithea.model.scm import ScmModel | |
41 |
|
41 | |||
42 | import formencode |
|
42 | import formencode | |
43 | import kallithea |
|
|||
44 |
|
43 | |||
45 | log = logging.getLogger(__name__) |
|
44 | log = logging.getLogger(__name__) | |
46 |
|
45 |
General Comments 0
You need to be logged in to leave comments.
Login now