--- bin/tests/system/dnstap/ydump.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/dnstap/ydump.py b/bin/tests/system/dnstap/ydump.py index 04d0bc47..971f1c2 100644 --- a/bin/tests/system/dnstap/ydump.py +++ b/bin/tests/system/dnstap/ydump.py @@ -9,7 +9,7 @@ try: import yaml except: - print "I: No python yaml module, skipping" + print("I: No python yaml module, skipping") exit(1) import subprocess -- 2.9.3