diff rhodecode/lib/vcs/backends/git/workdir.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 2b5f94fc3b7a
children
line wrap: on
line diff
--- a/rhodecode/lib/vcs/backends/git/workdir.py	Wed Jul 02 19:04:00 2014 -0400
+++ b/rhodecode/lib/vcs/backends/git/workdir.py	Wed Jul 02 19:04:28 2014 -0400
@@ -1,7 +1,7 @@
 import re
-from rhodecode.lib.vcs.backends.base import BaseWorkdir
-from rhodecode.lib.vcs.exceptions import RepositoryError
-from rhodecode.lib.vcs.exceptions import BranchDoesNotExistError
+from kallithea.lib.vcs.backends.base import BaseWorkdir
+from kallithea.lib.vcs.exceptions import RepositoryError
+from kallithea.lib.vcs.exceptions import BranchDoesNotExistError
 
 
 class GitWorkdir(BaseWorkdir):