comparison rhodecode/model/scm.py @ 2109:8ecfed1d8f8b beta

utils/conf - created temporary utils2 - made config.conf for storing some configurations - fixed some dependency import problems - code cleanup - rc-extensions now properly work for celery
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 07 Mar 2012 02:18:22 +0200
parents 003c504da933
children d25bd432bc3e
comparison
equal deleted inserted replaced
2108:9e377342802c 2109:8ecfed1d8f8b
33 from rhodecode.lib.vcs.utils.lazy import LazyProperty 33 from rhodecode.lib.vcs.utils.lazy import LazyProperty
34 from rhodecode.lib.vcs.nodes import FileNode 34 from rhodecode.lib.vcs.nodes import FileNode
35 35
36 from rhodecode import BACKENDS 36 from rhodecode import BACKENDS
37 from rhodecode.lib import helpers as h 37 from rhodecode.lib import helpers as h
38 from rhodecode.lib import safe_str 38 from rhodecode.lib.utils2 import safe_str
39 from rhodecode.lib.auth import HasRepoPermissionAny, HasReposGroupPermissionAny 39 from rhodecode.lib.auth import HasRepoPermissionAny, HasReposGroupPermissionAny
40 from rhodecode.lib.utils import get_repos as get_filesystem_repos, make_ui, \ 40 from rhodecode.lib.utils import get_repos as get_filesystem_repos, make_ui, \
41 action_logger, EmptyChangeset, REMOVED_REPO_PAT 41 action_logger, EmptyChangeset, REMOVED_REPO_PAT
42 from rhodecode.model import BaseModel 42 from rhodecode.model import BaseModel
43 from rhodecode.model.db import Repository, RhodeCodeUi, CacheInvalidation, \ 43 from rhodecode.model.db import Repository, RhodeCodeUi, CacheInvalidation, \