commit | 5fbc7b0d06228b3380f7d46b488081afe5158311 | [log] [tgz] |
---|---|---|
author | Daniel P. Berrangé <berrange@redhat.com> | Mon Jan 16 12:27:52 2023 +0000 |
committer | Daniel P. Berrangé <berrange@redhat.com> | Mon Jan 16 12:30:00 2023 +0000 |
tree | e68858358d5052504f7eebf03b5c4487e243fd0c | |
parent | 0c3623cfd9ecbcfe60bb8584a0e4c10bd48a4378 [diff] |
Revert "Add local argparse for compat with python 2.6" This reverts commit 56ce5650d2c6ea216b4580df44b9a6dd3bc92c3b. Python 2 is end of life and if by some chance there is still unexpected usage of python 2, it is likely that it is is 2.7 which includes argparse. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>