This commit is contained in:
Wilfried Teiken 2016-01-10 17:06:03 -05:00
parent cfe56cbd92
commit 0010610a4a

View file

@ -42,6 +42,6 @@ class TxtRecordsForNameTest(unittest.TestCase):
def run(self, result=None):
if dns is None:
print self, "... SKIPPING, no dnspython available"
print(self, "... SKIPPING, no dnspython available")
return
super(TxtRecordsForNameTest, self).run(result)