diff options
Diffstat (limited to 'scripts/lib/resulttool')
-rw-r--r-- | scripts/lib/resulttool/resultutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/resulttool/resultutils.py b/scripts/lib/resulttool/resultutils.py index aab312dd17..8d17c7cd65 100644 --- a/scripts/lib/resulttool/resultutils.py +++ b/scripts/lib/resulttool/resultutils.py | |||
@@ -16,7 +16,7 @@ import os | |||
16 | import json | 16 | import json |
17 | import scriptpath | 17 | import scriptpath |
18 | import copy | 18 | import copy |
19 | import urllib | 19 | import urllib.request |
20 | import posixpath | 20 | import posixpath |
21 | scriptpath.add_oe_lib_path() | 21 | scriptpath.add_oe_lib_path() |
22 | 22 | ||