ValvePython / vdf

📜 Package for working with Valve's text and binary KeyValue format
https://pypi.org/project/vdf/
MIT License
165 stars 30 forks source link

vdict: Use collections.abc in preference to collections #36

Closed smcv closed 3 years ago

smcv commented 3 years ago

Importing collections.KeysView, etc. was deprecated after Python 3.3.

smcv commented 3 years ago

Never mind, duplicate of #19.