î

_ÝV‚  ã               @   s   d  Z  d d „  Z d S)zÂ
Providing iterator functions that are not in all version of Python we support.
Where possible, we try to use the system-native version and only fall back to
these implementations if necessary.
c             C   s/   y t  |  ƒ Wn t k
 r& d SYn Xd Sd S)z:A implementation independent way of checking for iterablesFTN)ÚiterÚ	TypeError)Úx© r   ú9/tmp/pip-build-ghmbqnp_/Django/django/utils/itercompat.pyÚis_iterable   s
    	r   N)Ú__doc__r   r   r   r   r   Ú<module>   s   