diff --git a/rhodecode/tests/functional/test_compare_local.py b/rhodecode/tests/functional/test_compare_local.py --- a/rhodecode/tests/functional/test_compare_local.py +++ b/rhodecode/tests/functional/test_compare_local.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from rhodecode.tests import * +from kallithea.tests import * class TestCompareController(TestController):