diff --git a/rhodecode/lib/vcs/utils/baseui_config.py b/rhodecode/lib/vcs/utils/baseui_config.py --- a/rhodecode/lib/vcs/utils/baseui_config.py +++ b/rhodecode/lib/vcs/utils/baseui_config.py @@ -1,4 +1,4 @@ -from rhodecode.lib.vcs.utils.hgcompat import ui, config +from kallithea.lib.vcs.utils.hgcompat import ui, config def make_ui(self, path='hgwebdir.config'):