mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-28 18:14:42 +00:00
fix
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@715 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
0f046374b6
commit
4b3c59a0fc
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue