Ligio / ozmo

GNU General Public License v3.0
24 stars 12 forks source link

Fix Python 3.9 compatibility #9

Closed joshuaspence closed 3 years ago

joshuaspence commented 3 years ago

Thread.isAlive was removed in Python 3.9 because it is an alias for Thread.is_alive. See https://bugs.python.org/issue37804.

joshuaspence commented 3 years ago

See #11