File: //opt/alt/python27/lib/python2.7/site-packages/raven/contrib/paste.pyo
�
��Yc           @@  sC   d  Z  d d l m Z d d l m Z d d l m Z d �  Z d S(   s�   
raven.contrib.paste
~~~~~~~~~~~~~~~~~~~
:copyright: (c) 2010-2012 by the Sentry Team, see AUTHORS for more details.
:license: BSD, see LICENSE for more details.
i    (   t   absolute_import(   t   Sentry(   t   Clientc         K@  s   t  | �  } t |  | � S(   N(   R   R   (   t   appt   global_conft   kwargst   client(    (    sD   /opt/alt/python27/lib/python2.7/site-packages/raven/contrib/paste.pyt   sentry_filter_factory   s    N(   t   __doc__t
   __future__R    t   raven.middlewareR   t
   raven.baseR   R   (    (    (    sD   /opt/alt/python27/lib/python2.7/site-packages/raven/contrib/paste.pyt   <module>   s