git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@715 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2003-01-05 17:52:53 +00:00
parent 0f046374b6
commit 4b3c59a0fc

View file

@ -11,7 +11,7 @@
__version__ = '2.3.0'
import Type,Opcode,Status,Class
from Base import DnsRequest, DNSError
from Base import DnsRequest, DNSError, DiscoverNameServers
from Lib import DnsResult
Error=DNSError
from lazy import *
@ -20,6 +20,9 @@ Result = DnsResult
#
# $Log$
# Revision 1.6 2003/01/05 17:52:53 calvin
# fix
#
# Revision 1.5 2003/01/05 17:39:19 calvin
# pychecker fixes
#