From cd5ecdbaeef153523afdeff77f07945944118115 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Tue, 31 May 2016 06:36:55 +0200 Subject: 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 --- ipaclient/plugins/otptoken_yubikey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipaclient/plugins') diff --git a/ipaclient/plugins/otptoken_yubikey.py b/ipaclient/plugins/otptoken_yubikey.py index 207d0a6e9..c1ca88e08 100644 --- a/ipaclient/plugins/otptoken_yubikey.py +++ b/ipaclient/plugins/otptoken_yubikey.py @@ -47,7 +47,7 @@ EXAMPLES: register = Registry() -topic = ('otp', _('One time password commands')) +topic = 'otp' @register() -- cgit