some refactorings

This commit is contained in:
Bastian Schroll 2019-03-11 11:04:58 +01:00
parent 4f389723c0
commit f5c60d2814
4 changed files with 12 additions and 13 deletions

View file

@ -15,7 +15,7 @@
@description: Some misc functions
"""
import logging
from boswatch import version
from boswatch.utils import version
logging.debug("- %s loaded", __name__)