aboutsummaryrefslogtreecommitdiffstats
path: root/pylog/tests/test_color_formatter.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylog/tests/test_color_formatter.py')
-rw-r--r--pylog/tests/test_color_formatter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylog/tests/test_color_formatter.py b/pylog/tests/test_color_formatter.py
index 9a9ae5a..56bf9c2 100644
--- a/pylog/tests/test_color_formatter.py
+++ b/pylog/tests/test_color_formatter.py
@@ -27,7 +27,7 @@ from onaplogging.colorFormatter import (
FMT_STR,
RESET,
)
-from onaplogging.utils import is_above_python_3_2
+from onaplogging.utils.system import is_above_python_3_2
class TestColorFormatter(unittest.TestCase):