emre / storm

Manage your SSH like a boss.
http://stormssh.readthedocs.org/en/master/
MIT License
3.94k stars 172 forks source link

Update collections import for Python 3.10 #176

Open kr0p07k1n opened 3 years ago

kr0p07k1n commented 3 years ago

Python 3.10 deprecated collections classes generic in favour of collections.abc.

oDn commented 2 years ago

Are these changes backward compatible with older versions of Python ?

kr0p07k1n commented 2 years ago

Yes these changes are backward compatible with older versions of Python. The try except block ensures that, if importing collections.abc fails, it falls back on the older import of collections.