dogecoin/contrib/zmq
Michał Zabielski 6058766de4 Remove deprecated PyZMQ call from Python ZMQ example
PyZMQ 17.0.0 has deprecated and removed zmq.asyncio.install() call
with advice to use asyncio native run-loop instead of zmq specific.

This caused exception when running the contrib/zmq/zmq_sub*.py examples.

This commit simply follows the advice.
2018-03-03 06:05:53 +01:00
..
zmq_sub.py Remove deprecated PyZMQ call from Python ZMQ example 2018-03-03 06:05:53 +01:00
zmq_sub3.4.py Remove deprecated PyZMQ call from Python ZMQ example 2018-03-03 06:05:53 +01:00