From: Bob Halley Date: Sun, 18 Dec 2016 19:30:46 +0000 (-0800) Subject: add future import for print X-Git-Tag: v1.16.0~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7ac41830ac0472442069deead739ddd4c137be3;p=thirdparty%2Fdnspython.git add future import for print --- diff --git a/examples/receive_notify.py b/examples/receive_notify.py index 3e9061d8..93c428c4 100644 --- a/examples/receive_notify.py +++ b/examples/receive_notify.py @@ -3,6 +3,8 @@ # This is just a toy, real code would check that the received message # really was a NOTIFY, and otherwise handle errors. +from __future__ import print_function + import socket import dns.flags