scripts/qemu-ga-client: replace deprecated optparse with argparse
authorJohn Snow <jsnow@redhat.com>
Fri, 4 Jun 2021 15:55:25 +0000 (11:55 -0400)
committerJohn Snow <jsnow@redhat.com>
Fri, 18 Jun 2021 20:10:06 +0000 (16:10 -0400)
commit0cf1a52d289d69461df0d984aa50ec61f8a21c30
tree524f5f8386d9981054460cc62e2febf5ab52fc1d
parente6de9ce90a67960a6477da5a5c69c19ce390ed1d
scripts/qemu-ga-client: replace deprecated optparse with argparse

optparse isn't supported anymore, it's from the python2 days. Replace it
with the mostly similar argparse.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210604155532.1499282-5-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
scripts/qmp/qemu-ga-client