meejah / txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
MIT License
250 stars 72 forks source link

Importing ABC directly from collections module was removed in Python 3.9 #341

Closed tirkarthi closed 4 years ago

tirkarthi commented 4 years ago

https://bugzilla.redhat.com/show_bug.cgi?id=1793020

Seems to be missed in https://github.com/meejah/txtorcon/commit/cc7ed186ab2a27b7399331d2f883bf3a7a680181

https://github.com/meejah/txtorcon/blob/80a58a8bd38fb7cd6f8f4802c35393004d3daf24/txtorcon/torstate.py#L118

Thanks for the library!