[dpdk-dev] [PATCH v2 8/9] devtools: support python3 only
Louise Kilheeney
louise.kilheeney at intel.com
Wed Jun 17 17:10:50 CEST 2020
Changed script to explicitly use python3 only to avoid
maintaining python 2.
Cc: Neil Horman <nhorman at tuxdriver.com>
Cc: Ray Kinsella <mdr at ashroe.eu>
Signed-off-by: Louise Kilheeney <louise.kilheeney at intel.com>
Acked-by: Ray Kinsella <mdr at ashroe.eu>
---
devtools/update_version_map_abi.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/devtools/update_version_map_abi.py b/devtools/update_version_map_abi.py
index e2104e61e..830e6c58c 100755
--- a/devtools/update_version_map_abi.py
+++ b/devtools/update_version_map_abi.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2019 Intel Corporation
@@ -9,7 +9,6 @@
from the devtools/update-abi.sh utility.
"""
-from __future__ import print_function
import argparse
import sys
import re
--
2.17.1
More information about the dev
mailing list