mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix: missing import
This commit is contained in:
parent
7da60a6aec
commit
aed11d9212
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ import subprocess
|
|||
from moulinette.core import MoulinetteError
|
||||
from moulinette.utils.log import getActionLogger
|
||||
|
||||
from .service import service_log
|
||||
|
||||
logger = getActionLogger('yunohost.app')
|
||||
|
||||
repo_path = '/var/cache/yunohost/repo'
|
||||
|
|
Loading…
Add table
Reference in a new issue