summaryrefslogtreecommitdiff
path: root/test/py/tests/test_fit_ecdsa.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/py/tests/test_fit_ecdsa.py')
-rw-r--r--test/py/tests/test_fit_ecdsa.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_fit_ecdsa.py b/test/py/tests/test_fit_ecdsa.py
index 428d3e76a18..7b25c7779c6 100644
--- a/test/py/tests/test_fit_ecdsa.py
+++ b/test/py/tests/test_fit_ecdsa.py
@@ -12,7 +12,7 @@ This test doesn't run the sandbox. It only checks the host tool 'mkimage'
import os
import pytest
-import u_boot_utils as util
+import utils as util
from Cryptodome.Hash import SHA256
from Cryptodome.PublicKey import ECC
from Cryptodome.Signature import DSS