ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+//.383,7(-.+



-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+//.383,7(-.+



-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     3

  \                 @   sv   d Z ddlZG dd dejZG dd dejZG dd dejZG d	d
 d
eejZG dd deejZdd ZdS )a5   Python 'undefined' Codec

    This codec will always raise a ValueError exception when being
    used. It is intended for use by the site.py file to switch off
    automatic string to Unicode coercion.

Written by Marc-Andre Lemburg (mal@lemburg.com).

(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.

    Nc               @   s    e Zd ZdddZdddZdS )	Codecstrictc             C   s   t dd S )Nzundefined encoding)UnicodeError)selfinputerrors r   +/usr/lib64/python3.6/encodings/undefined.pyencode   s    zCodec.encodec             C   s   t dd S )Nzundefined encoding)r   )r   r   r   r   r   r	   decode   s    zCodec.decodeN)r   )r   )__name__
__module____qualname__r
   r   r   r   r   r	   r      s   
r   c               @   s   e Zd ZdddZdS )IncrementalEncoderFc             C   s   t dd S )Nzundefined encoding)r   )r   r   finalr   r   r	   r
      s    zIncrementalEncoder.encodeN)F)r   r   r   r
   r   r   r   r	   r      s   r   c               @   s   e Zd ZdddZdS )IncrementalDecoderFc             C   s   t dd S )Nzundefined encoding)r   )r   r   r   r   r   r	   r      s    zIncrementalDecoder.decodeN)F)r   r   r   r   r   r   r   r	   r      s   r   c               @   s   e Zd ZdS )StreamWriterN)r   r   r   r   r   r   r	   r       s   r   c               @   s   e Zd ZdS )StreamReaderN)r   r   r   r   r   r   r	   r   #   s   r   c            	   C   s    t jdt jt jttttdS )NZ	undefined)namer
   r   incrementalencoderincrementaldecoderstreamwriterstreamreader)	codecs	CodecInfor   r
   r   r   r   r   r   r   r   r   r	   getregentry(   s    r   )__doc__r   r   r   r   r   r   r   r   r   r   r	   <module>   s   