[dpdk-dev] [PATCH v2 4/9] usertools/dpdk-pmdinfo: support python3 only

Neil Horman nhorman at tuxdriver.com
Wed Jun 17 19:19:17 CEST 2020


On Wed, Jun 17, 2020 at 04:10:46PM +0100, Louise Kilheeney wrote:
> Changed script to explicitly use python3 only to avoid
> maintaining python 2.
> 
> Cc: Neil Horman <nhorman at tuxdriver.com>
> 
> Signed-off-by: Louise Kilheeney <louise.kilheeney at intel.com>
Acked-by: Neil Horman <nhorman at tuxdriver.com>
> ---
>  usertools/dpdk-pmdinfo.py | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/usertools/dpdk-pmdinfo.py b/usertools/dpdk-pmdinfo.py
> index 12f20735e..f5cd077f5 100755
> --- a/usertools/dpdk-pmdinfo.py
> +++ b/usertools/dpdk-pmdinfo.py
> @@ -1,4 +1,4 @@
> -#!/usr/bin/env python
> +#!/usr/bin/env python3
>  # SPDX-License-Identifier: BSD-3-Clause
>  # Copyright(c) 2016  Neil Horman <nhorman at tuxdriver.com>
>  
> @@ -7,8 +7,6 @@
>  # Utility to dump PMD_INFO_STRING support from an object file
>  #
>  # -------------------------------------------------------------------------
> -from __future__ import print_function
> -from __future__ import unicode_literals
>  import json
>  import io
>  import os
> -- 
> 2.17.1
> 
> 


More information about the dev mailing list