mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Missing import
This commit is contained in:
parent
0179bf2005
commit
a6f4f13031
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ def user_update(operation_logger, auth, username, firstname=None, lastname=None,
|
|||
remove_mailalias -- Mail aliases to remove
|
||||
|
||||
"""
|
||||
from yunohost.domain import domain_list
|
||||
from yunohost.domain import domain_list, _get_maindomain
|
||||
from yunohost.app import app_ssowatconf
|
||||
from yunohost.utils.password import assert_password_is_strong_enough
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue