mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
py3X fix
This commit is contained in:
parent
cfe56cbd92
commit
0010610a4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue