
    EfL                     L    d dl Z  G d de      Z e j                  ded       y)    Nc                       e Zd ZdZy)VisibleDeprecationWarningz+A DeprecationWarning that users should see.N)__name__
__module____qualname____doc__     D/usr/lib/python3/dist-packages/zmq/eventloop/minitornado/__init__.pyr   r      s    5r
   r   zzmq.eventloop.minitornado is deprecated in pyzmq 14.0 and will be removed.
    Install tornado itself to use zmq with the tornado IOLoop.
       )
stacklevel)warningsUserWarningr   warnr	   r
   r   <module>r      s1    6 6   	r
   