diff --git a/kallithea/controllers/root.py b/kallithea/controllers/root.py --- a/kallithea/controllers/root.py +++ b/kallithea/controllers/root.py @@ -14,8 +14,8 @@ from tg import config from tgext.routes import RoutedController -from kallithea.config.routing import make_map from kallithea.controllers.error import ErrorController +from kallithea.controllers.routing import make_map from kallithea.lib.base import BaseController diff --git a/kallithea/config/routing.py b/kallithea/controllers/routing.py rename from kallithea/config/routing.py rename to kallithea/controllers/routing.py