From 5fbc7b0d06228b3380f7d46b488081afe5158311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Mon, 16 Jan 2023 12:27:52 +0000 Subject: Revert "Add local argparse for compat with python 2.6" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é --- thirdparty/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 thirdparty/__init__.py (limited to 'thirdparty/__init__.py') diff --git a/thirdparty/__init__.py b/thirdparty/__init__.py deleted file mode 100644 index e69de29..0000000 -- cgit v1.1