Remove unneeded import and warning in yunohost.service

This commit is contained in:
Jerome Lebleu 2014-03-30 22:03:19 +02:00
parent 4e55ba7217
commit d766ed5a5e

View file

@ -23,15 +23,11 @@
Manage services Manage services
""" """
import logging
logging.warning('the module yunohost.service has not been revisited and updated yet')
import yaml import yaml
import glob import glob
import subprocess import subprocess
import os.path import os.path
from moulinette.helpers import YunoHostError, win_msg
from moulinette.core import MoulinetteError from moulinette.core import MoulinetteError