mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Missing imports
This commit is contained in:
parent
db93307fea
commit
07fb335972
1 changed files with 2 additions and 1 deletions
|
@ -2679,7 +2679,8 @@ class UserArgumentParser(YunoHostArgumentFormatParser):
|
|||
argument_type = "user"
|
||||
|
||||
def parse_question(self, question, user_answers):
|
||||
from yunohost.user import user_list
|
||||
from yunohost.user import user_list, user_info
|
||||
from yunohost.domain import _get_maindomain
|
||||
|
||||
question = super(UserArgumentParser, self).parse_question(question, user_answers)
|
||||
question.choices = user_list()["users"]
|
||||
|
|
Loading…
Add table
Reference in a new issue