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

Import ABC from collections.abc instead of collections for Python 3.9 compatibility. #342

Closed tirkarthi closed 4 years ago

tirkarthi commented 4 years ago

Fixes #341

meejah commented 4 years ago

Great, thanks for the patch!

tirkarthi commented 4 years ago

Thanks for the review and merge :)