File: //opt/alt/python27/lib/python2.7/site-packages/nose/plugins/deprecated.pyc
�
�~RSc           @   sL   d  Z  d d l m Z m Z d e f d �  �  YZ d e f d �  �  YZ d S(   s�  
This plugin installs a DEPRECATED error class for the :class:`DeprecatedTest`
exception. When :class:`DeprecatedTest` is raised, the exception will be logged
in the deprecated attribute of the result, ``D`` or ``DEPRECATED`` (verbose)
will be output, and the exception will not be counted as an error or failure.
It is enabled by default, but can be turned off by using ``--no-deprecated``.
i����(   t
   ErrorClasst   ErrorClassPlugint   DeprecatedTestc           B   s   e  Z d  Z RS(   s7   Raise this exception to mark a test as deprecated.
    (   t   __name__t
   __module__t   __doc__(    (    (    sH   /opt/alt/python27/lib/python2.7/site-packages/nose/plugins/deprecated.pyR      s   t
   Deprecatedc           B   s>