eclipse / paho.mqtt.testing

An Eclipse Paho project - a Python broker for testing
https://eclipse.org/paho
Other
108 stars 73 forks source link

Fix for the removal of time.clock in newer versions of python 3 #65

Open Brishen opened 4 years ago

Brishen commented 4 years ago

time.clock() is removed from Python 3.6(?)+ or so, and is replaced with time.time().