mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ci/tests: sigh, YunohostError undefined
This commit is contained in:
parent
d09e3e79b3
commit
41876f950a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import os
|
|||
|
||||
from moulinette.core import MoulinetteError
|
||||
|
||||
from yunohost.utils.error import YunohostValidationError
|
||||
from yunohost.utils.error import YunohostError, YunohostValidationError
|
||||
from yunohost.domain import (
|
||||
DOMAIN_SETTINGS_DIR,
|
||||
_get_maindomain,
|
||||
|
|
Loading…
Add table
Reference in a new issue