mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Remove unneeded import and warning in yunohost.service
This commit is contained in:
parent
4e55ba7217
commit
d766ed5a5e
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue