ó
QşNc           @   sH   d  d l  Z  e  j   Z d e f d     YZ d e f d     YZ d S(   i˙˙˙˙Nt   ComputerJanitorExceptionc           B   s   e  Z d    Z RS(   c         C   s   |  j  S(   N(   t   _str(   t   self(    (    s7   /usr/lib/python2.7/dist-packages/computerjanitor/exc.pyt   __str__   s    (   t   __name__t
   __module__R   (    (    (    s7   /usr/lib/python2.7/dist-packages/computerjanitor/exc.pyR       s   t   UnimplementedMethodc           B   s   e  Z d    Z RS(   c         C   s   t  d  t |  |  _ d  S(   Ns   Unimplemented method: %s(   t   _t   strR   (   R   t   method(    (    s7   /usr/lib/python2.7/dist-packages/computerjanitor/exc.pyt   __init__   s    (   R   R   R
   (    (    (    s7   /usr/lib/python2.7/dist-packages/computerjanitor/exc.pyR      s   (   t   computerjanitort   setup_gettextR   t	   ExceptionR    R   (    (    (    s7   /usr/lib/python2.7/dist-packages/computerjanitor/exc.pyt   <module>   s   