diff --git a/lib/yunohost/service.py b/lib/yunohost/service.py index adb8c83f..0109710d 100644 --- a/lib/yunohost/service.py +++ b/lib/yunohost/service.py @@ -23,15 +23,11 @@ Manage services """ -import logging -logging.warning('the module yunohost.service has not been revisited and updated yet') - import yaml import glob import subprocess import os.path -from moulinette.helpers import YunoHostError, win_msg from moulinette.core import MoulinetteError