
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
3
LOS5                 @   s`   d Z ddlZejd dkZes<eZefZeZe	fZ
dd Zn eZeefZeZe	efZ
dd ZdS )z
    markupsafe._compat
    ~~~~~~~~~~~~~~~~~~

    Compatibility module for different Python versions.

    :copyright: (c) 2013 by Armin Ronacher.
    :license: BSD, see LICENSE for more details.
    N   c             C   s   t | j S )N)iteritems)x r   /usr/lib64/python3.6/_compat.py<lambda>   s    r   c             C   s   | j  S )N)	iteritems)r   r   r   r   r      s    )__doc__sysversion_infoZPY2strZ	text_typeZstring_typeschrZunichrintZ	int_typesr	   ZunicodeZlongr   r   r   r   <module>
   s   
