diff rhodecode/tests/models/test_diff_parsers.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 ffd45b185016
children
line wrap: on
line diff
--- a/rhodecode/tests/models/test_diff_parsers.py	Wed Jul 02 19:04:00 2014 -0400
+++ b/rhodecode/tests/models/test_diff_parsers.py	Wed Jul 02 19:04:28 2014 -0400
@@ -1,8 +1,8 @@
 from __future__ import with_statement
-from rhodecode.tests import *
-from rhodecode.lib.diffs import DiffProcessor, NEW_FILENODE, DEL_FILENODE, \
+from kallithea.tests import *
+from kallithea.lib.diffs import DiffProcessor, NEW_FILENODE, DEL_FILENODE, \
     MOD_FILENODE, RENAMED_FILENODE, CHMOD_FILENODE, BIN_FILENODE, COPIED_FILENODE
-from rhodecode.tests.fixture import Fixture
+from kallithea.tests.fixture import Fixture
 
 fixture = Fixture()