tools: fix get_parser_for_command
This commit is contained in:
parent
70e04eddf8
commit
d3439694c8
@ -473,7 +473,7 @@ def get_parser_for_command(command):
|
||||
'''
|
||||
|
||||
module = importlib.import_module(
|
||||
'.' + command.replace('-', '_'), 'qubes.tools')
|
||||
'.' + command.replace('-', '_'), 'qubesmgmt.tools')
|
||||
|
||||
try:
|
||||
parser = module.parser
|
||||
|
Loading…
Reference in New Issue
Block a user