Move dkim/dns.py to dkim/dnsplug.py to stay clear of dnspython dns namespace.

This commit is contained in:
Scott Kitterman
2011-06-16 14:47:45 -05:00
parent f9760261bb
commit 8713e6e9f8
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ from dkim.crypto import (
RSASSA_PKCS1_v1_5_verify,
UnparsableKeyError,
)
from dkim.dns import get_txt
from dkim.dnsplug import get_txt
from dkim.util import (
get_default_logger,
InvalidTagValueList,