Merge "Remove white space between print and ()"

This commit is contained in:
Jenkins 2016-08-24 12:08:09 +00:00 committed by Gerrit Code Review
commit 97ce164f6c

View File

@ -25,4 +25,4 @@ import dns.rdatatype
unhexed = binascii.unhexlify(sys.argv[1])
response = dns.message.from_wire(unhexed)
print (response.to_text())
print(response.to_text())