CoAP/coapthon/client
Matej Urbas 250cf82a32 uses threading.Thread.is_alive instead of isAlive
The method threading.Thread.isAlive has been removed in Python 3. See [Python's threading docs](https://docs.python.org/3/library/threading.html#threading.Thread.is_alive).
2021-01-22 21:16:05 +00:00
..
__init__.py Porting to Python3 2018-01-23 11:31:46 +01:00
coap.py uses threading.Thread.is_alive instead of isAlive 2021-01-22 21:16:05 +00:00
helperclient.py fix failing test helperclient response type NON 2018-12-12 14:48:49 +01:00