]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Import dns.tsig
authorBob Halley <halley@dnspython.org>
Sun, 21 Feb 2016 23:30:54 +0000 (15:30 -0800)
committerBob Halley <halley@dnspython.org>
Sun, 21 Feb 2016 23:31:14 +0000 (15:31 -0800)
dns/resolver.py

index 2f8b8091003ed9b44664f04d150b681e315e33ae..1835cde4886e528f3105abfe68d8a20763c22963 100644 (file)
@@ -39,6 +39,7 @@ import dns.rcode
 import dns.rdataclass
 import dns.rdatatype
 import dns.reversename
+import dns.tsig
 
 if sys.platform == 'win32':
     import _winreg