ó
Ë£,]c           @   s   d  Z  d d l m Z d S(   s1  ``tlz`` mirrors the ``toolz`` API and uses ``cytoolz`` if possible.

The ``tlz`` package is installed when ``toolz`` is installed.  It provides
a convenient way to use functions from ``cytoolz``--a faster Cython
implementation of ``toolz``--if it is installed, otherwise it uses
functions from ``toolz``.
i   (   t
   _build_tlzN(   t   __doc__t    R    (    (    (    s+   lib/python2.7/site-packages/tlz/__init__.pyt   <module>   s   