From: Remi Gacogne Date: Mon, 28 Aug 2023 10:33:21 +0000 (+0200) Subject: dnsdist: Add missing 'sys' import in the Async regression test X-Git-Tag: rec-5.0.0-alpha1~35^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13154%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Add missing 'sys' import in the Async regression test As noticed by Charles-Henri (thanks!). --- 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