##// END OF EJS Templates
auth: remove usage of pylons translator
marcink -
r2098:02199562 default
parent child Browse files
Show More
@@ -24,7 +24,7 b' RhodeCode authentication plugin for buil'
24 24
25 25 import logging
26 26
27 from pylons.i18n.translation import lazy_ugettext as _
27 from rhodecode.translation import _
28 28
29 29 from rhodecode.authentication.base import RhodeCodeAuthPluginBase, hybrid_property
30 30 from rhodecode.authentication.routes import AuthnPluginResourceBase
General Comments 0
You need to be logged in to leave comments. Login now