Remove white space between print and ()

TrivialFix

Change-Id: I5219e319e9d7e5cc8307e45c60e1e2d2d25d9d5c
This commit is contained in:
gecong1973 2016-08-23 16:14:07 +08:00
parent fa9e3006e7
commit 0c6babde08
1 changed files with 1 additions and 1 deletions

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())