summaryrefslogtreecommitdiffstats
path: root/ipalib/public.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-08-13 02:34:36 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-08-13 02:34:36 +0000
commit0fed74b56d1940f84e7b64c3661f21baabcb4616 (patch)
tree2c6ed1f682f9d39f8a3e80c5d3bad17bf0920181 /ipalib/public.py
parent69f7132365c4f369068b8e09921cd29ea92f3754 (diff)
downloadfreeipa.git-0fed74b56d1940f84e7b64c3661f21baabcb4616.tar.gz
freeipa.git-0fed74b56d1940f84e7b64c3661f21baabcb4616.tar.xz
freeipa.git-0fed74b56d1940f84e7b64c3661f21baabcb4616.zip
138: Added ProxyTarget.doc property; CLI.print_commands() now uses cmd.doc instead of cmd.get_doc()
Diffstat (limited to 'ipalib/public.py')
-rw-r--r--ipalib/public.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipalib/public.py b/ipalib/public.py
index 798b258c..9677358f 100644
--- a/ipalib/public.py
+++ b/ipalib/public.py
@@ -45,7 +45,6 @@ class option(plugable.Plugin):
"""
__public__ = frozenset((
- 'get_doc',
'normalize',
'default',
'validate',