File: //proc/3/root/usr/lib/python2.4/site-packages/dns/rdtypes/IN/WKS.pyc
mò
!`Nc @ sb d k Z d k Z d k Z d k Z e i d Z e i d Z d e i i f d YZ
d S( Nt tcpt udpt WKSc B s t Z d Z d d d g Z d Z e e d Z e e d Z e e Z e e d Z
e d Z e e Z d Z RS(
sÆ WKS record
@ivar address: the address
@type address: string
@ivar protocol: the protocol
@type protocol: int
@ivar bitmap: the bitmap
@type bitmap: string
@see: RFC 1035t addresst protocolt bitmapc C s8 t t | i | | | | _ | | _ | | _ d S( N( t superR t selft __init__t rdclasst rdtypeR R R ( R R R
R R R ( ( t6 /usr/lib/python2.4/site-packages/dns/rdtypes/IN/WKS.pyR &