fix import of get_usage_str in commands.py
This commit is contained in:
parent
1e1a760da0
commit
cb2480fd5b
1 changed files with 4 additions and 4 deletions
|
|
@ -25,10 +25,10 @@ import koji
|
|||
from koji.util import base64encode, to_list
|
||||
from koji_cli.lib import (_, _list_tasks, _progress_callback, _running_in_bg,
|
||||
activate_session, arg_filter, download_file, error,
|
||||
format_inheritance_flags, greetings, linked_upload,
|
||||
list_task_output_all_volumes, print_task_headers,
|
||||
print_task_recurse, unique_path, warn, watch_logs,
|
||||
watch_tasks)
|
||||
format_inheritance_flags, get_usage_str, greetings,
|
||||
linked_upload, list_task_output_all_volumes,
|
||||
print_task_headers, print_task_recurse, unique_path,
|
||||
warn, watch_logs, watch_tasks)
|
||||
|
||||
try:
|
||||
import libcomps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue