Changeset - 80c301105d71
[Not reviewed]
default
0 1 0
Mads Kiilerich - 9 years ago 2017-05-11 02:05:15
mads@kiilerich.com
config: remove unused DbManage import and adjust other missing imports
1 file changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
kallithea/config/app_cfg.py
Show inline comments
 
@@ -24,7 +24,7 @@ import tg
 
from tg import hooks
 
from tg.configuration import AppConfig
 
from tg.support.converters import asbool
 
import alembic
 
import alembic.config
 
from alembic.script.base import ScriptDirectory
 
from alembic.migration import MigrationContext
 
from sqlalchemy import create_engine
 
@@ -33,14 +33,13 @@ from kallithea.lib.middleware.https_fixu
 
from kallithea.lib.middleware.simplegit import SimpleGit
 
from kallithea.lib.middleware.simplehg import SimpleHg
 
from kallithea.lib.auth import set_available_permissions
 
from kallithea.lib.db_manage import DbManage
 
from kallithea.lib.utils import load_rcextensions, make_ui, set_app_settings, set_vcs_config, \
 
    set_indexer_config, check_git_version, repo2db_mapper
 
from kallithea.lib.utils2 import str2bool
 
import kallithea.model.base
 
from kallithea.model.scm import ScmModel
 

	
 
import formencode
 
import kallithea
 

	
 
log = logging.getLogger(__name__)
 

	
0 comments (0 inline, 0 general)