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/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fda6bdcb652af753fb9193c4a531a1f1eb31891e;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