From bd799a13a06c82e9b38097ea80ec30337edd5e8e Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Mon, 2 Dec 2019 19:01:35 +0100 Subject: Use Jumpavg 0.2.0 in PAL + As a side effect, PAL is now part of "resource" package tree. - Testable only with 23558 (the rest of PAL Python 3 migration). Change-Id: Icbd90fd71458c07bced86f4bab9fa4e68282c38c Signed-off-by: Vratko Polak --- resources/tools/presentation/specification_parser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/tools/presentation/specification_parser.py') diff --git a/resources/tools/presentation/specification_parser.py b/resources/tools/presentation/specification_parser.py index 16c69ce18c..f99c7515fb 100644 --- a/resources/tools/presentation/specification_parser.py +++ b/resources/tools/presentation/specification_parser.py @@ -22,8 +22,8 @@ from yaml import load, YAMLError from pprint import pformat from errors import PresentationError -from utils import get_last_successful_build_number -from utils import get_last_completed_build_number +from utils import ( + get_last_successful_build_number, get_last_completed_build_number) class Specification: -- cgit 1.2.3-korg