Subject: | [PATCH] Python 3 syntax fix |
Date: | Sun, 26 Mar 2017 00:26:41 +0200 |
To: | bind-bugs@isc.org |
From: | "Ville Skyttä" <ville.skytta@iki.fi> |
---
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