diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2009-01-14 22:19:31 -0700 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2009-01-14 22:19:31 -0700 |
commit | ec86208a9007ec9febca620c777b80b20e9c360d (patch) | |
tree | 2e13b9081e0f0c6757e54a52597bd2f4d0c9b649 /ipalib/__init__.py | |
parent | 64c072b7b3deb1800c242b365e277591f056093d (diff) | |
download | freeipa-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__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/__init__.py b/ipalib/__init__.py index 40d3a744..e5aa65d6 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'): |