commit | c5a3395b8781e14c4566cf0e476b234d6a1c1224 | [log] [tgz] |
---|---|---|
author | Jay Lee <jay0lee@gmail.com> | Fri Jan 17 11:18:47 2020 -0800 |
committer | Peter Lamut <plamut@users.noreply.github.com> | Fri Jan 17 19:18:47 2020 +0000 |
tree | f4f4b476bd999838d461ed08067939ccc256abad | |
parent | f07fbe9995bc55d15c37bcf5fa1d00f90c846cf3 [diff] |
fix: make collections import compatible across Python versions (#419) * Use collections.abc, fixes #418 * Python 2.7 compat fix * Fix check