ó
³Ebc           @   s:   d  d l  m Z d  d l m Z d e f d „  ƒ  YZ d S(   i   (   t	   UserAgent(   t   cached_propertyt   UserAgentMixinc           B   s   e  Z d  Z e d „  ƒ Z RS(   sÄ   Adds a `user_agent` attribute to the request object which
    contains the parsed user agent of the browser that triggered the
    request as a :class:`~werkzeug.useragents.UserAgent` object.
    c         C   s   t  |  j ƒ S(   s   The current user agent.(   R    t   environ(   t   self(    (    st   /var/www/html/facial-emotion-detection-webapp-main/flask/lib/python2.7/site-packages/werkzeug/wrappers/user_agent.pyt
   user_agent   s    (   t   __name__t
   __module__t   __doc__R   R   (    (    (    st   /var/www/html/facial-emotion-detection-webapp-main/flask/lib/python2.7/site-packages/werkzeug/wrappers/user_agent.pyR      s   N(   t
   useragentsR    t   utilsR   t   objectR   (    (    (    st   /var/www/html/facial-emotion-detection-webapp-main/flask/lib/python2.7/site-packages/werkzeug/wrappers/user_agent.pyt   <module>   s   