[mod] remove useless imports

This commit is contained in:
Laurent Peuch 2016-05-13 04:26:38 +02:00
parent 088fc01b06
commit c65f3f8208

View file

@ -24,11 +24,7 @@
Manage hooks
"""
import os
import sys
import re
import json
import errno
import subprocess
from glob import iglob
from moulinette.core import MoulinetteError
@ -309,7 +305,6 @@ def hook_exec(path, args=None, raise_on_error=False, no_trace=False,
"""
from moulinette.utils.process import call_async_output
from yunohost.app import _value_for_locale
# Validate hook path
if path[0] != '/':