diff options
Diffstat (limited to 'test/py/tests/test_scp03.py')
-rw-r--r-- | test/py/tests/test_scp03.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_scp03.py b/test/py/tests/test_scp03.py index 799754ac54b..296d7c7d953 100644 --- a/test/py/tests/test_scp03.py +++ b/test/py/tests/test_scp03.py @@ -11,7 +11,7 @@ For additional details check doc/usage/scp03.rst """ import pytest -import u_boot_utils as util +import utils as util @pytest.mark.buildconfigspec('cmd_scp03') def test_scp03(ubman): |