diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2023-01-16 12:27:52 +0000 |
---|---|---|
committer | Daniel P. Berrangé <berrange@redhat.com> | 2023-01-16 12:30:00 +0000 |
commit | 5fbc7b0d06228b3380f7d46b488081afe5158311 (patch) | |
tree | e68858358d5052504f7eebf03b5c4487e243fd0c /thirdparty/__init__.py | |
parent | 0c3623cfd9ecbcfe60bb8584a0e4c10bd48a4378 (diff) | |
download | keycodemapdb-5fbc7b0d06228b3380f7d46b488081afe5158311.zip keycodemapdb-5fbc7b0d06228b3380f7d46b488081afe5158311.tar.gz keycodemapdb-5fbc7b0d06228b3380f7d46b488081afe5158311.tar.bz2 |
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>
Diffstat (limited to 'thirdparty/__init__.py')
-rw-r--r-- | thirdparty/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/thirdparty/__init__.py b/thirdparty/__init__.py deleted file mode 100644 index e69de29..0000000 --- a/thirdparty/__init__.py +++ /dev/null |