diff rhodecode/tests/fixture.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 da3c57422ee6
children
line wrap: on
line diff
--- a/rhodecode/tests/fixture.py	Wed Jul 02 19:04:00 2014 -0400
+++ b/rhodecode/tests/fixture.py	Wed Jul 02 19:04:28 2014 -0400
@@ -17,14 +17,14 @@
 """
 import os
 import time
-from rhodecode.tests import *
-from rhodecode.model.db import Repository, User, RepoGroup, UserGroup
-from rhodecode.model.meta import Session
-from rhodecode.model.repo import RepoModel
-from rhodecode.model.user import UserModel
-from rhodecode.model.repo_group import RepoGroupModel
-from rhodecode.model.user_group import UserGroupModel
-from rhodecode.model.gist import GistModel
+from kallithea.tests import *
+from kallithea.model.db import Repository, User, RepoGroup, UserGroup
+from kallithea.model.meta import Session
+from kallithea.model.repo import RepoModel
+from kallithea.model.user import UserModel
+from kallithea.model.repo_group import RepoGroupModel
+from kallithea.model.user_group import UserGroupModel
+from kallithea.model.gist import GistModel
 
 dn = os.path.dirname
 FIXTURES = os.path.join(dn(dn(os.path.abspath(__file__))), 'tests', 'fixtures')