U
    luf                     @   s>   d Z ddlZdd Ze  ddlT ddlmZ eZdd ZdS )	ztornado IOLoop API with zmq compatibility

This module is deprecated in pyzmq 17.
To use zmq with tornado,
eventloop integration is no longer required
and tornado itself should be used.
    Nc                   C   s   t jdtdd d S )Nzlzmq.eventloop.ioloop is deprecated in pyzmq 17. pyzmq now works with default tornado and asyncio eventloops.   )
stacklevel)warningswarnDeprecationWarning r   r   8/tmp/pip-unpacked-wheel-h6ekxre8/zmq/eventloop/ioloop.py_deprecated   s
    r	   )*)IOLoopc                   C   s
   t   dS )zRDEPRECATED

    pyzmq 17 no longer needs any special integration for tornado.
    N)r	   r   r   r   r   install!   s    r   )__doc__r   r	   Ztornado.ioloopr   Z	ZMQIOLoopr   r   r   r   r   <module>   s   	