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()