From cdb63db8777bcfe79346c05146feb3206625cddd Mon Sep 17 00:00:00 2001 From: Simsys Date: Wed, 30 Jan 2019 10:48:09 +0100 Subject: [PATCH] Update lxpservice.py --- LxpApi/lxpservice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LxpApi/lxpservice.py b/LxpApi/lxpservice.py index 757d9e2..e2eceb0 100755 --- a/LxpApi/lxpservice.py +++ b/LxpApi/lxpservice.py @@ -6,7 +6,7 @@ import click # additional library imports -from src import utils # local imports +import utils # local imports logger = utils.Logger()