diff options
Diffstat (limited to 'test/py')
-rw-r--r-- | test/py/u_boot_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/py/u_boot_utils.py b/test/py/u_boot_utils.py index 72d24e42aa3..9d243e047b1 100644 --- a/test/py/u_boot_utils.py +++ b/test/py/u_boot_utils.py @@ -7,6 +7,7 @@ import hashlib import os import os.path +import pytest import sys import time |