diff rhodecode/tests/vcs/test_repository.py @ 4186:7e5f8c12a3fc kallithea-2.2.5-rebrand

First step in two-part process to rename directories to kallithea. This first step is to change all references in the files where they refer to the old directory name.
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:04:28 -0400
parents 5293d4bbb1ea
children
line wrap: on
line diff
--- a/rhodecode/tests/vcs/test_repository.py	Wed Jul 02 19:04:00 2014 -0400
+++ b/rhodecode/tests/vcs/test_repository.py	Wed Jul 02 19:04:28 2014 -0400
@@ -1,11 +1,11 @@
 from __future__ import with_statement
 import datetime
-from rhodecode.tests.vcs.base import BackendTestMixin
-from rhodecode.tests.vcs.conf import SCM_TESTS
-from rhodecode.tests.vcs.conf import TEST_USER_CONFIG_FILE
-from rhodecode.lib.vcs.nodes import FileNode
-from rhodecode.lib.vcs.utils.compat import unittest
-from rhodecode.lib.vcs.exceptions import ChangesetDoesNotExistError
+from kallithea.tests.vcs.base import BackendTestMixin
+from kallithea.tests.vcs.conf import SCM_TESTS
+from kallithea.tests.vcs.conf import TEST_USER_CONFIG_FILE
+from kallithea.lib.vcs.nodes import FileNode
+from kallithea.lib.vcs.utils.compat import unittest
+from kallithea.lib.vcs.exceptions import ChangesetDoesNotExistError
 
 
 class RepositoryBaseTest(BackendTestMixin):