mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Bad importation
This commit is contained in:
parent
fdaf9fc098
commit
f705d81e17
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ from yunohost.utils.packages import (
|
|||
_list_upgradable_apt_packages,
|
||||
ynh_packages_version,
|
||||
)
|
||||
from yunohost.utils.error import yunohosterror, yunohostvalidationerror
|
||||
from yunohost.utils.error import YunohostError, YunohostValidationError
|
||||
from yunohost.log import is_unit_operation, OperationLogger
|
||||
|
||||
MIGRATIONS_STATE_PATH = "/etc/yunohost/migrations.yaml"
|
||||
|
|
Loading…
Add table
Reference in a new issue