mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix missing import of moulinette.Moulinette
This commit is contained in:
parent
e8849fefce
commit
54445de21a
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ import re
|
||||||
import os
|
import os
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
from moulinette import Moulinette
|
||||||
from moulinette.utils.process import check_output
|
from moulinette.utils.process import check_output
|
||||||
from yunohost.utils.error import YunohostError
|
from yunohost.utils.error import YunohostError
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue