blist
blist copied to clipboard
replace import collections with collections.abc
replaced collections with collections.abc to be compatible with python 3.8
Push
A bit late for me to make this comment, but FYI, this will break Python2.x, which doesn't have collections.abc