##// END OF EJS Templates
fixed translation function for models
marcink -
r2218:6e5d6860 codereview
parent child Browse files
Show More
@@ -34,7 +34,7 b' from sqlalchemy.ext.hybrid import hybrid'
34 from sqlalchemy.orm import relationship, joinedload, class_mapper, validates
34 from sqlalchemy.orm import relationship, joinedload, class_mapper, validates
35 from beaker.cache import cache_region, region_invalidate
35 from beaker.cache import cache_region, region_invalidate
36
36
37 _ = lambda s: s
37 from pylons.i18n.translation import lazy_ugettext as _
38
38
39 from rhodecode.lib.vcs import get_backend
39 from rhodecode.lib.vcs import get_backend
40 from rhodecode.lib.vcs.utils.helpers import get_scm
40 from rhodecode.lib.vcs.utils.helpers import get_scm
General Comments 0
You need to be logged in to leave comments. Login now