summaryrefslogtreecommitdiffstats
path: root/ipalib/frontend.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-09-25 02:13:16 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-09-25 02:13:16 +0000
commit023f612921b4d9cbd15e3148d09c02932a61d73e (patch)
treec057625096fa46123f653876e7d20760237e8119 /ipalib/frontend.py
parent9f704e001daf760de92c590f69582fc7ffd0c0f2 (diff)
downloadfreeipa.git-023f612921b4d9cbd15e3148d09c02932a61d73e.tar.gz
freeipa.git-023f612921b4d9cbd15e3148d09c02932a61d73e.tar.xz
freeipa.git-023f612921b4d9cbd15e3148d09c02932a61d73e.zip
361: Implemented crud.Add.get_options() method; added corresponding unit tests
Diffstat (limited to 'ipalib/frontend.py')
-rw-r--r--ipalib/frontend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/frontend.py b/ipalib/frontend.py
index 5573e944..6cf9b5d7 100644
--- a/ipalib/frontend.py
+++ b/ipalib/frontend.py
@@ -513,7 +513,7 @@ class Object(plugable.Plugin):
__public__ = frozenset((
'methods',
'properties',
- 'params'
+ 'params',
'primary_key',
))
methods = None