File: //usr/lib/python2.7/site-packages/dns/rdataset.pyc
�
�b�Wc @ s d Z d d l Z d d l m Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l
Z d d l m Z e j
j Z d e j j f d � � YZ d e j j f d � � YZ d
e j
j f d � � YZ d � Z d
� Z d � Z d � Z d S( sH DNS rdatasets (an rdataset is a set of rdatas of a given type and class)i����N( t StringIOi ( t string_typest DifferingCoversc B s e Z d Z RS( s~ An attempt was made to add a DNS SIG/RRSIG whose covered type
is not the same as that of the other rdatas in the rdataset.( t __name__t
__module__t __doc__( ( ( s0 /usr/lib/python2.7/site-packages/dns/rdataset.pyR ! s t IncompatibleTypesc B s e Z d Z RS( s? An attempt was made to add DNS RR data of an incompatible type.( R R R ( ( ( s0 /usr/lib/python2.7/site-packages/dns/rdataset.pyR '