ó
A	Xc           @   s3  d  Z  d d l Z e j d d k  r e Z d   Z d   Z d d l Z e j Z Z	 e
 Z e Z e f Z e e f Z e Z e Z n e Z e j d  d k r˛ d d	 l m Z n d d	 l m Z d d l Z d
   Z d   Z d d l Z e j Z e j	 Z	 e Z e Z e f Z e f Z d   Z e d Z d S(   s   Python 3 compatibility shims
i˙˙˙˙Ni    i   c         C   s   |  S(   N(    (   t   s(    (    s7   /usr/lib64/python2.7/site-packages/simplejson/compat.pyt   b   s    c         C   s   t  |  d  S(   Nt   unicode_escape(   t   unicode(   R    (    (    s7   /usr/lib64/python2.7/site-packages/simplejson/compat.pyt   u   s    i   i   (   t   reloadc         C   s   t  j |   d S(   Ni    (   t   codecst   latin_1_encode(   R    (    (    s7   /usr/lib64/python2.7/site-packages/simplejson/compat.pyR      s    c         C   s   |  S(   N(    (   R    (    (    s7   /usr/lib64/python2.7/site-packages/simplejson/compat.pyR      s    c         C   s   t  t |    S(   N(   R   t   chr(   R    (    (    s7   /usr/lib64/python2.7/site-packages/simplejson/compat.pyt   unichr%   s    (   i   i   (   t   __doc__t   syst   version_infot   Falset   PY3R   R   t	   cStringIOt   StringIOt   BytesIOR   t	   text_typet   strt   binary_typet
   basestringt   string_typest   intt   longt   integer_typesR	   R   t   reload_modulet   Truet	   importlibt   impR   t   iot   bytest	   long_type(    (    (    s7   /usr/lib64/python2.7/site-packages/simplejson/compat.pyt   <module>   s:   											