Remove translation stub functions

Fixes: https://pagure.io/koji/issue/3072
This commit is contained in:
Jana Cupova 2021-10-18 21:52:15 +02:00
parent 9e542f509a
commit 32b5377392
11 changed files with 1403 additions and 1556 deletions

View file

@ -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])