mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge branch 'dev' into manifestv2
This commit is contained in:
commit
a7baea3070
1 changed files with 4 additions and 1 deletions
|
@ -189,7 +189,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