ó
i4Vdc           @   s   d  Z  d „  Z d S(   sÂ   
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" t SXt Sd S(   s:   A implementation independent way of checking for iterablesN(   t   itert	   TypeErrort   Falset   True(   t   x(    (    se   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/utils/itercompat.pyt   is_iterable   s
    N(   t   __doc__R   (    (    (    se   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/utils/itercompat.pyt   <module>   s   