vmware-archive / vcd-cli

Command Line Interface for VMware vCloud Director
https://vmware.github.io/vcd-cli
Other
163 stars 104 forks source link

Importing ABC directly from collections has been deprecated and will be removed in Python 3.10 #538

Open tirkarthi opened 4 years ago

tirkarthi commented 4 years ago

Use collections for Python 2 and collections.abc for Python 3.

https://github.com/vmware/vcd-cli/blob/4543c76d3a4988f049c293c80458bd8e9b66895e/vcd_cli/utils.py#L218

rasschaert commented 2 years ago

It appears this issue breaks vcd-cli on Ubuntu 22.04, which ships with Python 3.10