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
9d39a2c0b4
commit
e29e9ca3f9
1 changed files with 4 additions and 1 deletions
|
@ -201,7 +201,10 @@ def tools_postinstall(
|
||||||
"""
|
"""
|
||||||
from yunohost.dyndns import _dyndns_available
|
from yunohost.dyndns import _dyndns_available
|
||||||
from yunohost.utils.dns import is_yunohost_dyndns_domain
|
from yunohost.utils.dns import is_yunohost_dyndns_domain
|
||||||
from yunohost.utils.password import assert_password_is_strong_enough
|
from yunohost.utils.password import (
|
||||||
|
assert_password_is_strong_enough,
|
||||||
|
assert_password_is_compatible
|
||||||
|
)
|
||||||
from yunohost.domain import domain_main_domain
|
from yunohost.domain import domain_main_domain
|
||||||
import psutil
|
import psutil
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue