pyramid: don't use pylons translation string in db models.
This commit is contained in:
parent
82b3aebb67
commit
ea17d0aac2
1 changed files with 1 additions and 1 deletions
|
|
@ -44,9 +44,9 @@ from sqlalchemy.sql.expression import true
|
|||
from beaker.cache import cache_region
|
||||
from zope.cachedescriptors.property import Lazy as LazyProperty
|
||||
|
||||
from pylons.i18n.translation import lazy_ugettext as _
|
||||
from pyramid.threadlocal import get_current_request
|
||||
|
||||
from rhodecode.translation import _
|
||||
from rhodecode.lib.vcs import get_vcs_instance
|
||||
from rhodecode.lib.vcs.backends.base import EmptyCommit, Reference
|
||||
from rhodecode.lib.utils2 import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue