Ńň
I&&Lc           @   sg   d  d k  Z  d  d k Z d  d k l Z e   d e  i f d     YZ e d j o e  i   n d S(   i˙˙˙˙N(   t   wrap_exceptionst   ResourceTestCasec           B   s   e  Z d    Z RS(   c         C   s6   d d k  l } |  i t | t i i  t j  d  S(   Ni˙˙˙˙(   t   ResourceError(   t   restkit.errorsR   t   assert_t
   issubclasst   webobt   exct   WSGIHTTPExceptiont   True(   t   selfR   (    (    sF   /Users/benoitc/Work/couchdbkit_env/src/restkit/tests/006-test-webob.pyt   testWebobException   s    (   t   __name__t
   __module__R   (    (    (    sF   /Users/benoitc/Work/couchdbkit_env/src/restkit/tests/006-test-webob.pyR      s   t   __main__(	   t   unittestt	   webob.excR   t   restkit.contrib.webob_helperR    t   TestCaseR   R   t   main(    (    (    sF   /Users/benoitc/Work/couchdbkit_env/src/restkit/tests/006-test-webob.pyt   <module>   s   