retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.63k stars 362 forks source link

Exception on IPy.py #483

Closed wongsyrone closed 2 years ago

wongsyrone commented 2 years ago

https://github.com/python/cpython/pull/23754/files

Python 3.10 removed collections.abc aliases.

https://github.com/retspen/webvirtcloud/blob/master/vrtManager/IPy.py#L1011 should be class IPSet(collections.abc.MutableSet):

catborise commented 2 years ago

thanks. ipy.py updated to 1.1.0. this release fix that problem.