Remove translation stub functions
Fixes: https://pagure.io/koji/issue/3072
This commit is contained in:
parent
9e542f509a
commit
32b5377392
11 changed files with 1403 additions and 1556 deletions
|
|
@ -236,7 +236,7 @@ Most simple command would look like this:
|
|||
@export_cli
|
||||
def anon_handle_echo(options, session, args):
|
||||
"[info] Print arguments"
|
||||
usage = _("usage: %prog echo <message>")
|
||||
usage = "usage: %prog echo <message>"
|
||||
parser = OptionParser(usage=usage)
|
||||
(opts, args) = parser.parse_args(args)
|
||||
print(args[0])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue