D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
saltstack
/
salt
/
lib
/
python3.10
/
site-packages
/
zmq
/
eventloop
/
minitornado
/
Filename :
__init__.py
back
Copy
import warnings class VisibleDeprecationWarning(UserWarning): """A DeprecationWarning that users should see.""" warnings.warn("""zmq.eventloop.minitornado is deprecated in pyzmq 14.0 and will be removed. Install tornado itself to use zmq with the tornado IOLoop. """, VisibleDeprecationWarning, stacklevel=4, )