]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - regression-tests.api/runtests.py
Merge pull request #7585 from rgacogne/dnsdist-zero-ttl
[thirdparty/pdns.git] / regression-tests.api / runtests.py
index 45145a6181fbbd6f37d8446574ae14d9df6146fb..9263fcf19b7c7cccdd4568f3d477949ded1e2cfe 100755 (executable)
@@ -11,6 +11,11 @@ import sys
 import tempfile
 import time
 
+try:
+  raw_input
+except NameError:
+  raw_input = input
+
 SQLITE_DB = 'pdns.sqlite3'
 WEBPORT = 5556
 DNSPORT = 5300