diff rhodecode/lib/indexers/__init__.py @ 691:7486da5f0628 beta

Refactor codes for scm model Some test updates, added test for admin user controller
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 14 Nov 2010 22:54:16 +0100
parents b9442a8b5e02
children 277427ac29a9
line wrap: on
line diff
--- a/rhodecode/lib/indexers/__init__.py	Sun Nov 14 22:18:51 2010 +0100
+++ b/rhodecode/lib/indexers/__init__.py	Sun Nov 14 22:54:16 2010 +0100
@@ -6,7 +6,7 @@
 sys.path.append(dn(dn(dn(os.path.realpath(__file__)))))
 
 from rhodecode.config.environment import load_environment
-from rhodecode.model.hg import HgModel
+from rhodecode.model.scm import ScmModel
 from shutil import rmtree
 from webhelpers.html.builder import escape
 from vcs.utils.lazy import LazyProperty