Files
WoWDBDefs/code/Python
Daniel Yates f098dd5c0c Fix Iterable import breakage on Python 3.10+
ABCs were moved to "collections.abc" in Python 3.3 with deprecated
aliases made available. Those were removed in 3.10, leading to errors.
2022-01-26 14:48:32 +00:00
..