Fix: missing import

This commit is contained in:
Laurent Peuch 2015-10-02 16:15:01 -04:00
parent 7da60a6aec
commit aed11d9212

View file

@ -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'