ó
ì$Sc           @   sH   d  Z  d Z d Z d Z d e f d „  ƒ  YZ d e f d „  ƒ  YZ d S(	   s4   Fail2Ban exceptions used by both client and server

s!   Cyril Jaquier, Yaroslav Halchenkos>   Copyright (c) 2004 Cyril Jaquier, 2011-2012 Yaroslav Halchenkot   GPLt   DuplicateJailExceptionc           B   s   e  Z RS(    (   t   __name__t
   __module__(    (    (    s(   /usr/share/fail2ban/common/exceptions.pyR      s   t   UnknownJailExceptionc           B   s   e  Z RS(    (   R   R   (    (    (    s(   /usr/share/fail2ban/common/exceptions.pyR       s   N(   t   __doc__t
   __author__t   __copyright__t   __license__t	   ExceptionR   R   (    (    (    s(   /usr/share/fail2ban/common/exceptions.pyt   <module>   s
   