linkchecker/linkcheck/DNS/__init__.py
2004-07-19 08:58:59 +00:00

21 lines
357 B
Python

# -*- coding: iso-8859-1 -*-
# $Id$
#
# This file is part of the pydns project.
# Homepage: http://pydns.sourceforge.net
#
# This code is covered by the standard Python License.
#
# __init__.py for DNS class.
__version__ = '2.3.0'
import Base
import Lib
Error = Base.DNSError
Request = Base.DnsRequest
Result = Lib.DnsResult
Base.DiscoverNameServers()