From a8a2664190eb6f2604d4753b4af8a599a4e24c4b Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 18 Mar 2009 15:44:53 -0400 Subject: Add new type List that converts delimited values into a tuple --- 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 76310cad0..b2fc1f857 100644 --- a/ipalib/__init__.py +++ b/ipalib/__init__.py @@ -876,7 +876,7 @@ from backend import Backend 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 +from parameters import DefaultFrom, Bool, Flag, Int, Float, Bytes, Str, Password,List from parameters import BytesEnum, StrEnum from errors2 import SkipPluginModule -- cgit