content-type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-RT-Original-Encoding: utf-8 Content-Length: 611 On Sat, Mar 25, 2017 at 10:26:50PM +0000, Ville Skyttä via RT wrote: > 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 Thank you for the bug report and patch. Mukund