U
    Z+d                      @   s&   d Z ddlmZ edddd ZdS )z#Helper tasks for integration tests.    )shared_taskzcelery.ping)namec                   C   s   dS )z%Simple task that just returns 'pong'.Zpong r   r   r   @/tmp/pip-unpacked-wheel-ucduq0nd/celery/contrib/testing/tasks.pyping   s    r   N)__doc__Zceleryr   r   r   r   r   r   <module>   s   