Sort Import, add check_fqdn_ip function

This commit is contained in:
VirtuBox
2019-09-02 12:21:56 +02:00
parent e0ae643b84
commit 16ebafe12a
4 changed files with 44 additions and 27 deletions

View File

@@ -1,9 +1,9 @@
"""Maintenance Plugin for WordOps"""
from cement.core.controller import CementBaseController, expose
from cement.core import handler, hook
from wo.core.logging import Log
from cement.core.controller import CementBaseController, expose
from wo.core.aptget import WOAptGet
from wo.core.logging import Log
def wo_maintenance_hook(app):