summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/hbacsvc.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-05-31 06:36:55 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-03 09:00:34 +0200
commitcd5ecdbaeef153523afdeff77f07945944118115 (patch)
tree9f3d2bd03cd5b918300ae36a4abcee479fa7b52d /ipalib/plugins/hbacsvc.py
parent0a984afd8170b349b0745fb89168d363dfa28ffa (diff)
downloadfreeipa-cd5ecdbaeef153523afdeff77f07945944118115.tar.gz
freeipa-cd5ecdbaeef153523afdeff77f07945944118115.tar.xz
freeipa-cd5ecdbaeef153523afdeff77f07945944118115.zip
help, makeapi: specify module topic by name
Specify module topic by name rather than by name and summary. A topic module of the topic name must exist. Summary is extracted from the docstring of the topic module. This changes makes topic handling more generic and consistent between modules and commands. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'ipalib/plugins/hbacsvc.py')
-rw-r--r--ipalib/plugins/hbacsvc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/hbacsvc.py b/ipalib/plugins/hbacsvc.py
index f4dc704a0..43d641642 100644
--- a/ipalib/plugins/hbacsvc.py
+++ b/ipalib/plugins/hbacsvc.py
@@ -50,7 +50,7 @@ EXAMPLES:
register = Registry()
-topic = ('hbac', _('Host based access control commands'))
+topic = 'hbac'
@register()
class hbacsvc(LDAPObject):