Missing import

This commit is contained in:
Tristan Hill 2018-12-15 07:52:07 +00:00
parent 0179bf2005
commit a6f4f13031

View file

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