diff options
Diffstat (limited to 'pylog/onaplogging/mdcformatter.py')
-rw-r--r-- | pylog/onaplogging/mdcformatter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylog/onaplogging/mdcformatter.py b/pylog/onaplogging/mdcformatter.py index 74ff894..545a4c1 100644 --- a/pylog/onaplogging/mdcformatter.py +++ b/pylog/onaplogging/mdcformatter.py @@ -14,7 +14,7 @@ import sys import logging -from markerFormatter import MarkerFormatter +from .markerFormatter import MarkerFormatter class MDCFormatter(MarkerFormatter): |