U
    HaX                     @   s0   d dl Zd dlZG dd dZG dd dZdS )    Nc                       s*   e Zd Zejejdd fddZ  ZS )AuthorizationMixinNargskwargsreturnc                    s"   t jdtdd t j|| d S )Nzz'AuthorizationMixin' is deprecated and will be removed in Werkzeug 2.1. 'Request' now includes the functionality directly.   
stacklevelwarningswarnDeprecationWarningsuper__init__selfr   r   	__class__ :/tmp/pip-unpacked-wheel-ub1y1qyw/werkzeug/wrappers/auth.pyr      s    zAuthorizationMixin.__init____name__
__module____qualname__tAnyr   __classcell__r   r   r   r   r      s   r   c                       s*   e Zd Zejejdd fddZ  ZS )WWWAuthenticateMixinNr   c                    s"   t jdtdd t j|| d S )Nz}'WWWAuthenticateMixin' is deprecated and will be removed in Werkzeug 2.1. 'Response' now includes the functionality directly.r   r   r
   r   r   r   r   r      s    zWWWAuthenticateMixin.__init__r   r   r   r   r   r      s   r   )typingr   r   r   r   r   r   r   r   <module>   s   