From a6eb928f9871700d4c749e6fb1a8161940dda02b Mon Sep 17 00:00:00 2001 From: Pavel Zuna Date: Wed, 30 Sep 2009 16:24:25 +0200 Subject: Add HBAC plugin and introduce GeneralizedTime parameter type. --- 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 844f5b46..3b177daa 100644 --- a/ipalib/__init__.py +++ b/ipalib/__init__.py @@ -870,7 +870,7 @@ from frontend import Command, LocalOrRemote, Application from frontend import Object, Method, Property 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 +from parameters import BytesEnum, StrEnum, GeneralizedTime from errors import SkipPluginModule # We can't import the python uuid since it includes ctypes which makes -- cgit