From d766ed5a5e0d19554bb8e99c479c1fc897f01f1a Mon Sep 17 00:00:00 2001 From: Jerome Lebleu Date: Sun, 30 Mar 2014 22:03:19 +0200 Subject: [PATCH] Remove unneeded import and warning in yunohost.service --- lib/yunohost/service.py | 4 ---- 1 file changed, 4 deletions(-) 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