[dpdk-dev] [PATCH 20.08 8/9] devtools: support python3 only
Louise Kilheeney
louise.kilheeney at intel.com
Fri May 22 15:23:19 CEST 2020
Changed script to explicitly use python3 only.
Cc: Neil Horman <nhorman at tuxdriver.com>
Cc: Ray Kinsella <mdr at ashroe.eu>
Signed-off-by: Louise Kilheeney <louise.kilheeney at intel.com>
---
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 616412a1c..58aa368f9 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