aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2022-11-11 22:12:30 +0100
committerRobert Löhning <robert.loehning@qt.io>2023-01-16 17:36:19 +0000
commit9d5a63abe3a0e3c349c32fee8f3c3cf99e544413 (patch)
tree28469bed7bf475ac6ce229fd49170699fee0b99d
parentd2d2cc6e8022e43c041113ab482b8703ac2c675a (diff)
Squish: Fix import
Change-Id: Ibe1e99ae2740b964ad9be12eaa72e2869f7c301f Reviewed-by: Miguel Costa <miguel.costa@qt.io>
-rw-r--r--Tests/system/shared/utils.py1
-rw-r--r--Tests/system/suite_installation/shared/scripts/install_utils.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/Tests/system/shared/utils.py b/Tests/system/shared/utils.py
index b37554a6..19b00f2e 100644
--- a/Tests/system/shared/utils.py
+++ b/Tests/system/shared/utils.py
@@ -30,7 +30,6 @@
import os
import subprocess
-from xml.dom import minidom
import globalnames
diff --git a/Tests/system/suite_installation/shared/scripts/install_utils.py b/Tests/system/suite_installation/shared/scripts/install_utils.py
index c5bc5b59..b46e3ce9 100644
--- a/Tests/system/suite_installation/shared/scripts/install_utils.py
+++ b/Tests/system/suite_installation/shared/scripts/install_utils.py
@@ -28,6 +28,8 @@
# -*- coding: utf-8 -*-
+from xml.dom import minidom
+
import globalnames