[mod] remove useless imports

This commit is contained in:
Laurent Peuch 2016-05-13 04:31:10 +02:00
parent 93cb77d0a5
commit a75e07a677

View file

@ -36,7 +36,7 @@ from difflib import unified_diff
from moulinette.core import MoulinetteError
from moulinette.utils import log, filesystem
from yunohost.hook import hook_list, hook_callback
from yunohost.hook import hook_callback
base_conf_path = '/home/yunohost.conf'