comparison rhodecode/model/db.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 477fe54b8af8
children d25bd432bc3e
comparison
equal deleted inserted replaced
2108:9e377342802c 2109:8ecfed1d8f8b
37 from rhodecode.lib.vcs import get_backend 37 from rhodecode.lib.vcs import get_backend
38 from rhodecode.lib.vcs.utils.helpers import get_scm 38 from rhodecode.lib.vcs.utils.helpers import get_scm
39 from rhodecode.lib.vcs.exceptions import VCSError 39 from rhodecode.lib.vcs.exceptions import VCSError
40 from rhodecode.lib.vcs.utils.lazy import LazyProperty 40 from rhodecode.lib.vcs.utils.lazy import LazyProperty
41 41
42 from rhodecode.lib import str2bool, safe_str, get_changeset_safe, safe_unicode 42 from rhodecode.lib.utils2 import str2bool, safe_str, get_changeset_safe, \
43 safe_unicode
43 from rhodecode.lib.compat import json 44 from rhodecode.lib.compat import json
44 from rhodecode.lib.caching_query import FromCache 45 from rhodecode.lib.caching_query import FromCache
45 46
46 from rhodecode.model.meta import Base, Session 47 from rhodecode.model.meta import Base, Session
47 import hashlib 48 import hashlib