From ec86208a9007ec9febca620c777b80b20e9c360d Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 14 Jan 2009 22:19:31 -0700 Subject: Updated passwd plugins module to where it can at least be imported --- 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 40d3a744c..e5aa65d60 100644 --- a/ipalib/__init__.py +++ b/ipalib/__init__.py @@ -874,7 +874,7 @@ import plugable from backend import Backend, Context from frontend import Command, LocalOrRemote, Application from frontend import Object, Method, Property -from parameters import DefaultFrom, Bool, Flag, Int, Float, Bytes, Str +from parameters import DefaultFrom, Bool, Flag, Int, Float, Bytes, Str, Password def create_api(mode='dummy'): -- cgit