diff --git a/rhodecode/tests/test_validators.py b/rhodecode/tests/other/test_validators.py copy from rhodecode/tests/test_validators.py copy to rhodecode/tests/other/test_validators.py --- a/rhodecode/tests/test_validators.py +++ b/rhodecode/tests/other/test_validators.py @@ -9,7 +9,6 @@ from rhodecode.model.users_group import from rhodecode.model.meta import Session from rhodecode.model.repos_group import ReposGroupModel -from rhodecode.config.routing import ADMIN_PREFIX from rhodecode.model.db import ChangesetStatus, Repository from rhodecode.model.changeset_status import ChangesetStatusModel from rhodecode.tests.fixture import Fixture