summaryrefslogtreecommitdiffstats
path: root/ipalib/__init__.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2009-01-14 22:19:31 -0700
committerJason Gerard DeRose <jderose@redhat.com>2009-01-14 22:19:31 -0700
commitec86208a9007ec9febca620c777b80b20e9c360d (patch)
tree2e13b9081e0f0c6757e54a52597bd2f4d0c9b649 /ipalib/__init__.py
parent64c072b7b3deb1800c242b365e277591f056093d (diff)
downloadfreeipa-ec86208a9007ec9febca620c777b80b20e9c360d.tar.gz
freeipa-ec86208a9007ec9febca620c777b80b20e9c360d.tar.xz
freeipa-ec86208a9007ec9febca620c777b80b20e9c360d.zip
Updated passwd plugins module to where it can at least be imported
Diffstat (limited to 'ipalib/__init__.py')
-rw-r--r--ipalib/__init__.py2
1 files changed, 1 insertions, 1 deletions
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'):