nzbget / VideoSort

Video sorting script for NZBGet
GNU General Public License v3.0
105 stars 43 forks source link

Mutablesequence fix #68

Open jsumners opened 3 years ago

jsumners commented 3 years ago

Python 3.8 changes how the collections package works. See https://stackoverflow.com/questions/53978542/how-to-use-collections-abc-from-both-python-3-8-and-python-2-7

Not that this will ever get merged, of course.

FWIW, this branch is based on #65.