diff --git a/rhodecode/tests/functional/test_branches.py b/rhodecode/tests/functional/test_branches.py --- a/rhodecode/tests/functional/test_branches.py +++ b/rhodecode/tests/functional/test_branches.py @@ -1,4 +1,4 @@ -from rhodecode.tests import * +from kallithea.tests import * class TestBranchesController(TestController):