From 566a3cb9722233b4ee92ef55db5a04dc0f26ee9d Mon Sep 17 00:00:00 2001 From: Pavel Zuna Date: Thu, 5 Nov 2009 16:15:47 +0100 Subject: Add 'File' parameter type. Accepts filenames and loads file contents as parameter value. --- 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 d263d98a..e96c75d5 100644 --- a/ipalib/__init__.py +++ b/ipalib/__init__.py @@ -870,7 +870,7 @@ from frontend import Command, LocalOrRemote 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, GeneralizedTime +from parameters import BytesEnum, StrEnum, GeneralizedTime, File from errors import SkipPluginModule # We can't import the python uuid since it includes ctypes which makes -- cgit