]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
tests-extra: fix compatibility with python>=3.9
authorJan Hák <jan.hak@nic.cz>
Thu, 26 Nov 2020 15:58:05 +0000 (16:58 +0100)
committerDaniel Salzman <daniel.salzman@nic.cz>
Thu, 10 Dec 2020 18:50:05 +0000 (19:50 +0100)
tests-extra/runtests.py

index 7bd58649e9f461227dd3eb802865594e1f433ce8..d6b1ac5d35e29e7bbcd7ddad1112d51aaee93e28 100755 (executable)
@@ -3,6 +3,7 @@
 import argparse
 import datetime
 import importlib
+import importlib.util
 import logging
 import multiprocessing
 import os