aboutsummaryrefslogtreecommitdiff
path: root/python/tests/bro_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/bro_test.py')
-rw-r--r--python/tests/bro_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/bro_test.py b/python/tests/bro_test.py
index 16ed7ef..ef8c45c 100644
--- a/python/tests/bro_test.py
+++ b/python/tests/bro_test.py
@@ -6,7 +6,7 @@
import subprocess
import unittest
-import _test_utils
+from . import _test_utils
import brotli
PYTHON = _test_utils.PYTHON