clalancette / oz

Automated installation for guest images
GNU Lesser General Public License v2.1
310 stars 129 forks source link

ozutil: collections -> collections.abc #292

Open dbungert opened 2 years ago

dbungert commented 2 years ago

For python 3.10, some items formerly from collections must now be obtained from collections.abc. This should be backwards compatible. https://docs.python.org/3.5/library/collections.abc.html#collections.abc.Callable