diff options
| author | Pavel Zuna <pzuna@redhat.com> | 2011-02-02 15:37:14 -0500 |
|---|---|---|
| committer | Rob Crittenden <rcritten@redhat.com> | 2011-03-01 10:31:36 -0500 |
| commit | 6eb70ea8e2e61d20b6832a85ff4928b216f6f78c (patch) | |
| tree | 0df65eb47132e4403762f83b649cbec343f52fa1 /ipalib/errors.py | |
| parent | 99d6e0883af6759f80ddba01cbb1d90431929bfd (diff) | |
| download | freeipa-6eb70ea8e2e61d20b6832a85ff4928b216f6f78c.tar.gz freeipa-6eb70ea8e2e61d20b6832a85ff4928b216f6f78c.tar.xz freeipa-6eb70ea8e2e61d20b6832a85ff4928b216f6f78c.zip | |
Remove deprecated i18n code from ipalib/request and all references to it.
Ticket #903
Diffstat (limited to 'ipalib/errors.py')
| -rw-r--r-- | ipalib/errors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/errors.py b/ipalib/errors.py index 6883cbdab..e1d85c75d 100644 --- a/ipalib/errors.py +++ b/ipalib/errors.py @@ -101,7 +101,7 @@ current block assignments: """ from inspect import isclass -from request import ugettext, ungettext +from text import _ as ugettext, ngettext as ungettext from constants import TYPE_ERROR |
