paho.mqtt.testing
paho.mqtt.testing copied to clipboard
Fix for the removal of time.clock in newer versions of python 3
time.clock() is removed from Python 3.6(?)+ or so, and is replaced with time.time().