From 0c18bff29faa535945ecd71e2acb4eba9395204b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 15 Jun 2023 16:37:33 -0400 Subject: [PATCH] Tests: remove accidental import of cgi.test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: I17c1776e8981e212636b65244a58389f194b5d4c --- tests/regression/tools/client/test_session_commands.py | 1 - tests/regression/ust/ust-constructor/test_ust_constructor.py | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/regression/tools/client/test_session_commands.py b/tests/regression/tools/client/test_session_commands.py index 358482ef3..8666c3a75 100755 --- a/tests/regression/tools/client/test_session_commands.py +++ b/tests/regression/tools/client/test_session_commands.py @@ -4,7 +4,6 @@ # # SPDX-License-Identifier: GPL-2.0-only -from cgi import test import pathlib import sys import os diff --git a/tests/regression/ust/ust-constructor/test_ust_constructor.py b/tests/regression/ust/ust-constructor/test_ust_constructor.py index 30e48ff13..d7818186c 100755 --- a/tests/regression/ust/ust-constructor/test_ust_constructor.py +++ b/tests/regression/ust/ust-constructor/test_ust_constructor.py @@ -5,7 +5,6 @@ # # SPDX-License-Identifier: GPL-2.0-only -from cgi import test import pathlib import sys import os -- 2.34.1