ó
BwLc           @   s³   d  e  f d „  ƒ  YZ d e e f d „  ƒ  YZ d e e f d „  ƒ  YZ d e f d „  ƒ  YZ d e f d	 „  ƒ  YZ d
 e f d „  ƒ  YZ d d l	 Z
 e
 j d d e d d ƒd S(   t   CryptoWarningc           B   s   e  Z d  Z RS(   s    Base class for PyCrypto warnings(   t   __name__t
   __module__t   __doc__(    (    (    s7   /usr/lib/python2.7/dist-packages/Crypto/pct_warnings.pyR       s   t   CryptoDeprecationWarningc           B   s   e  Z d  Z RS(   s&   Base PyCrypto DeprecationWarning class(   R   R   R   (    (    (    s7   /usr/lib/python2.7/dist-packages/Crypto/pct_warnings.pyR   !   s   t   CryptoRuntimeWarningc           B   s   e  Z d  Z RS(   s"   Base PyCrypto RuntimeWarning class(   R   R   R   (    (    (    s7   /usr/lib/python2.7/dist-packages/Crypto/pct_warnings.pyR   $   s   t   RandomPool_DeprecationWarningc           B   s   e  Z d  Z RS(   s<   Issued when Crypto.Util.randpool.RandomPool is instantiated.(   R   R   R   (    (    (    s7   /usr/lib/python2.7/dist-packages/Crypto/pct_warnings.pyR   +   s   t   ClockRewindWarningc           B   s   e  Z d  Z RS(   s2   Warning for when the system clock moves backwards.(   R   R   R   (    (    (    s7   /usr/lib/python2.7/dist-packages/Crypto/pct_warnings.pyR   .   s   t"   GetRandomNumber_DeprecationWarningc           B   s   e  Z d  Z RS(   s:   Issued when Crypto.Util.number.getRandomNumber is invoked.(   R   R   R   (    (    (    s7   /usr/lib/python2.7/dist-packages/Crypto/pct_warnings.pyR   1   s   iÿÿÿÿNt   alwayst   categoryt   appendi   (   t   WarningR    t   DeprecationWarningR   t   RuntimeWarningR   R   R   R   t   warningst	   _warningst   filterwarnings(    (    (    s7   /usr/lib/python2.7/dist-packages/Crypto/pct_warnings.pyt   <module>   s   