##// END OF EJS Templates
pyramid: don't use pylons translation string in db models.
marcink -
r1917:3fcf87f0 default
parent child Browse files
Show More
@@ -44,9 +44,9 b' from sqlalchemy.sql.expression import tr'
44 44 from beaker.cache import cache_region
45 45 from zope.cachedescriptors.property import Lazy as LazyProperty
46 46
47 from pylons.i18n.translation import lazy_ugettext as _
48 47 from pyramid.threadlocal import get_current_request
49 48
49 from rhodecode.translation import _
50 50 from rhodecode.lib.vcs import get_vcs_instance
51 51 from rhodecode.lib.vcs.backends.base import EmptyCommit, Reference
52 52 from rhodecode.lib.utils2 import (
General Comments 0
You need to be logged in to leave comments. Login now