comparison 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
comparison
equal deleted inserted replaced
690:4685f3eafd35 691:7486da5f0628
4 4
5 #to get the rhodecode import 5 #to get the rhodecode import
6 sys.path.append(dn(dn(dn(os.path.realpath(__file__))))) 6 sys.path.append(dn(dn(dn(os.path.realpath(__file__)))))
7 7
8 from rhodecode.config.environment import load_environment 8 from rhodecode.config.environment import load_environment
9 from rhodecode.model.hg import HgModel 9 from rhodecode.model.scm import ScmModel
10 from shutil import rmtree 10 from shutil import rmtree
11 from webhelpers.html.builder import escape 11 from webhelpers.html.builder import escape
12 from vcs.utils.lazy import LazyProperty 12 from vcs.utils.lazy import LazyProperty
13 13
14 from whoosh.analysis import RegexTokenizer, LowercaseFilter, StopFilter 14 from whoosh.analysis import RegexTokenizer, LowercaseFilter, StopFilter