__init__.py

来自「监控大型网络的软件。能够自动发现拓扑结构」· Python 代码 · 共 57 行

PY
57
字号
# $Id: __init__.py,v 1.1 2003/03/26 16:03:58 magnun Exp $## 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 Type,Opcode,Status,Classfrom Base import DnsRequest, DNSErrorfrom Lib import DnsResultfrom Base import *from Lib import *Error=DNSErrorfrom lazy import *Request = DnsRequestResult = DnsResult## $Log: __init__.py,v $# Revision 1.1  2003/03/26 16:03:58  magnun# *** empty log message ***## Revision 1.1  2002/06/17 17:30:19  magnun# *** empty log message ***## Revision 1.8  2002/05/06 06:17:49  anthonybaxter# found that the old README file called itself release 2.2. So make# this one 2.3...## Revision 1.7  2002/05/06 06:16:15  anthonybaxter# make some sort of reasonable version string. releasewards ho!## Revision 1.6  2002/03/19 13:05:02  anthonybaxter# converted to class based exceptions (there goes the python1.4 compatibility :)## removed a quite gross use of 'eval()'.## Revision 1.5  2002/03/19 12:41:33  anthonybaxter# tabnannied and reindented everything. 4 space indent, no tabs.# yay.## Revision 1.4  2001/11/26 17:57:51  stroeder# Added __version__## Revision 1.3  2001/08/09 09:08:55  anthonybaxter# added identifying header to top of each file## Revision 1.2  2001/07/19 06:57:07  anthony# cvs keywords added##

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?