diff options
Diffstat (limited to 'python.d/exim.chart.py')
-rw-r--r-- | python.d/exim.chart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python.d/exim.chart.py b/python.d/exim.chart.py index 1858cbc70..2e5b924ba 100644 --- a/python.d/exim.chart.py +++ b/python.d/exim.chart.py @@ -2,7 +2,7 @@ # Description: exim netdata python.d module # Author: Pawel Krupa (paulfantom) -from base import ExecutableService +from bases.FrameworkServices.ExecutableService import ExecutableService # default module values (can be overridden per job in `config`) # update_every = 2 |