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