]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Add missing 'sys' import in the Async regression test 13154/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 28 Aug 2023 10:33:21 +0000 (12:33 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 28 Aug 2023 10:33:21 +0000 (12:33 +0200)
As noticed by Charles-Henri (thanks!).

regression-tests.dnsdist/test_Async.py

index efda4f4cc7317e9164777e6e64e8a807e5585002..8be405df6dde1c1d76996404356dab7b07388047 100644 (file)
@@ -2,6 +2,7 @@
 
 import os
 import socket
+import sys
 import threading
 import unittest
 import dns