aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/filematcher
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/filematcher')
-rw-r--r--test/utils/filematcher/test_parser.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/utils/filematcher/test_parser.py b/test/utils/filematcher/test_parser.py
index a81d2ed..c594747 100644
--- a/test/utils/filematcher/test_parser.py
+++ b/test/utils/filematcher/test_parser.py
@@ -4,11 +4,11 @@ Part of the bsie test suite.
A copy of the license is provided with the project.
Author: Matthias Baumgartner, 2022
"""
-# imports
+# standard imports
import unittest
-# inner-module imports
-from bsie.base import errors
+# bsie imports
+from bsie.utils import errors
from bsie.utils.filematcher import matcher
# objects to test