From: Jérémie Galarneau Date: Thu, 15 Jun 2023 20:37:33 +0000 (-0400) Subject: Tests: remove accidental import of cgi.test X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=0c18bff29faa535945ecd71e2acb4eba9395204b Tests: remove accidental import of cgi.test Signed-off-by: Jérémie Galarneau Change-Id: I17c1776e8981e212636b65244a58389f194b5d4c --- 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