ÿØÿà 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
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     
abc           @   s   d  Z  d e f d     YZ d e f d     YZ d e f d     YZ d e f d     YZ d	 e f d
     YZ d e f d     YZ d S(   sr   
All of the Enums that are used throughout the chardet package.

:author: Dan Blanchard (dan.blanchard@gmail.com)
t
   InputStatec           B   s    e  Z d  Z d Z d Z d Z RS(   sS   
    This enum represents the different states a universal detector can be in.
    i    i   i   (   t   __name__t
   __module__t   __doc__t
   PURE_ASCIIt	   ESC_ASCIIt	   HIGH_BYTE(    (    (    s=   /usr/lib/python2.7/site-packages/pip/_vendor/chardet/enums.pyR       s   t   LanguageFilterc           B   sJ   e  Z d  Z d Z d Z d Z d Z d Z d Z e e BZ	 e	 e Be BZ
 RS(   sj   
    This enum represents the different language filters we can apply to a
    ``UniversalDetector``.
    i   i   i   i   i   i   (   R   R   R   t   CHINESE_SIMPLIFIEDt   CHINESE_TRADITIONALt   JAPANESEt   KOREANt   NON_CJKt   ALLt   CHINESEt   CJK(    (    (    s=   /usr/lib/python2.7/site-packages/pip/_vendor/chardet/enums.pyR      s   
t   ProbingStatec           B   s    e  Z d  Z d Z d Z d Z RS(   sG   
    This enum represents the different states a prober can be in.
    i    i   i   (   R   R   R   t	   DETECTINGt   FOUND_ITt   NOT_ME(    (    (    s=   /usr/lib/python2.7/site-packages/pip/_vendor/chardet/enums.pyR       s   t   MachineStatec           B   s    e  Z d  Z d Z d Z d Z RS(   sN   
    This enum represents the different states a state machine can be in.
    i    i   i   (   R   R   R   t   STARTt   ERRORt   ITS_ME(    (    (    s=   /usr/lib/python2.7/site-packages/pip/_vendor/chardet/enums.pyR   )   s   t   SequenceLikelihoodc           B   s5   e  Z d  Z d Z d Z d Z d Z e d    Z RS(   sX   
    This enum represents the likelihood of a character following the previous one.
    i    i   i   i   c         C   s   d S(   s:   :returns: The number of likelihood categories in the enum.i   (    (   t   cls(    (    s=   /usr/lib/python2.7/site-packages/pip/_vendor/chardet/enums.pyt   get_num_categories;   s    (	   R   R   R   t   NEGATIVEt   UNLIKELYt   LIKELYt   POSITIVEt   classmethodR   (    (    (    s=   /usr/lib/python2.7/site-packages/pip/_vendor/chardet/enums.pyR   2   s   t   CharacterCategoryc           B   s,   e  Z d  Z d Z d Z d Z d Z d Z RS(   s   
    This enum represents the different categories language models for
    ``SingleByteCharsetProber`` put characters into.

    Anything less than CONTROL is considered a letter.
    i   i   i   i   i   (   R   R   R   t	   UNDEFINEDt
   LINE_BREAKt   SYMBOLt   DIGITt   CONTROL(    (    (    s=   /usr/lib/python2.7/site-packages/pip/_vendor/chardet/enums.pyR    A   s   N(   R   t   objectR    R   R   R   R   R    (    (    (    s=   /usr/lib/python2.7/site-packages/pip/_vendor/chardet/enums.pyt   <module>   s   			