From c350f841342675440837740f9df1c582e499da25 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Mon, 8 Mar 2010 20:42:26 -0700 Subject: Finish deferred translation mechanism --- ipalib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/__init__.py') diff --git a/ipalib/__init__.py b/ipalib/__init__.py index 51b63c9fc..6545bf718 100644 --- a/ipalib/__init__.py +++ b/ipalib/__init__.py @@ -881,7 +881,7 @@ from crud import Create, Retrieve, Update, Delete, Search from parameters import DefaultFrom, Bool, Flag, Int, Float, Bytes, Str, Password,List from parameters import BytesEnum, StrEnum, AccessTime, File from errors import SkipPluginModule -from text import _, gettext, ngettext +from text import _, ngettext, GettextFactory, NGettextFactory # We can't import the python uuid since it includes ctypes which makes # httpd throw up when run in in mod_python due to SELinux issues -- cgit