Merge pull request #601 from stan3/missing_import

Missing import
This commit is contained in:
Alexandre Aubin 2018-12-15 15:16:02 +01:00 committed by GitHub
commit 551f31f61c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -280,7 +280,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