]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Fix the proxy protocol regression tests 10303/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 19 Apr 2021 12:06:26 +0000 (14:06 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 19 Apr 2021 12:06:26 +0000 (14:06 +0200)
regression-tests.recursor-dnssec/test_ProxyProtocol.py

index 8200dcacdc6218a1b480c4d6a7c6eabf443105bd..f28020f58dfd208bb7ed4cfdbf53907880204bd1 100644 (file)
@@ -11,6 +11,7 @@ except NameError:
     pass
 
 from recursortests import RecursorTest
+from proxyprotocol import ProxyProtocol
 
 class ProxyProtocolRecursorTest(RecursorTest):