From fda6bdcb652af753fb9193c4a531a1f1eb31891e Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 28 Aug 2023 12:33:21 +0200 Subject: [PATCH] dnsdist: Add missing 'sys' import in the Async regression test As noticed by Charles-Henri (thanks!). --- regression-tests.dnsdist/test_Async.py | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-tests.dnsdist/test_Async.py b/regression-tests.dnsdist/test_Async.py index efda4f4cc7..8be405df6d 100644 --- a/regression-tests.dnsdist/test_Async.py +++ b/regression-tests.dnsdist/test_Async.py @@ -2,6 +2,7 @@ import os import socket +import sys import threading import unittest import dns -- 2.47.2