ó
P'—^c           @@  so   d  d l  m Z d  d l Z d  d l m Z m Z e ƒ  d „  ƒ Z e ƒ  d d „ ƒ Z e ƒ  d „  ƒ Z	 d S(   i    (   t   absolute_importN(   t   taskt	   signaturec         C@  s   |  | S(   N(    (   t   xt   y(    (    s?   /tmp/pip-unpacked-wheel-gV1wwp/celery/tests/functional/tasks.pyt   add   s    c         C@  s'   |  | } | r# t  | ƒ j | ƒ S| S(   N(   R   t   apply_async(   R   R   t   callbackt   result(    (    s?   /tmp/pip-unpacked-wheel-gV1wwp/celery/tests/functional/tasks.pyt   add_cb   s    
c         C@  s   t  j |  ƒ |  S(   N(   t   timet   sleep(   t   i(    (    s?   /tmp/pip-unpacked-wheel-gV1wwp/celery/tests/functional/tasks.pyt	   sleeptask   s    (
   t
   __future__R    R
   t   celeryR   R   R   t   NoneR	   R   (    (    (    s?   /tmp/pip-unpacked-wheel-gV1wwp/celery/tests/functional/tasks.pyt   <module>   s   