î
ªÍ X‚  ã               @   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   úE/home/ubuntu/projects/ifolica/build/django/django/utils/itercompat.pyÚis_iterable   s
    	r   N)Ú__doc__r   r   r   r   r   Ú<module>   s   