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