From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4F999A0508; Mon, 9 May 2022 09:39:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 480A140691; Mon, 9 May 2022 09:39:20 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 969F04068F for ; Mon, 9 May 2022 09:39:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652081959; x=1683617959; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=WcHICCCeBBdlXMeF/bvq7DunULnp55van809RlwOcP8=; b=DIFhemG2qPpKl/im7NtMWGkWiKgMBV4ZdzSMJ1RSNc/DEjC+RdUhXyST BFQzKkvkB3Pg6lfaRGytmNlf28ctn3T7j9SIOolY8klS4ybDwadzSprZK hE/PJpX0CvQO6bP362nPjfhQBepTwA7037CWPRNAFPamvdi2zQa9wdATJ jTFTcsE2Zvoh1RDqK0y9Psv7h9bWM0tMi4iGXU0B3lCuj+xLmSmj7LGVO GZM3/VFVa6H17xKxfDup/fietCRqOj+OHgDvoIApycYcEoFfn3YKwnvaI vhuofzItuoM8CM2yQZ15sUX4lCoqzDu/lUznHmNZzY2r4ElFJbmZoZpNX g==; X-IronPort-AV: E=McAfee;i="6400,9594,10341"; a="294192713" X-IronPort-AV: E=Sophos;i="5.91,210,1647327600"; d="scan'208";a="294192713" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 00:39:17 -0700 Message-Id: <87f1b2$gqo3f7@orsmga007-auth.jf.intel.com> Date: 09 May 2022 00:39:15 -0700 X-IronPort-AV: E=Sophos;i="5.91,210,1647327600"; d="scan'208";a="564923882" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 00:39:15 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [V1] framework/debugger: modify the enbeded python script syntax issue From: lijuan.tu@intel.com To: dts@dpdk.org,Jun Dong Cc: lijuan.tu@intel.com,qingx.sun@intel.com,junx.dong@intel.com In-Reply-To: <20220507085530.666-1-junx.dong@intel.com> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Jun Dong Errors-To: dts-bounces@dpdk.org On Sat, 7 May 2022 16:55:30 +0800, Jun Dong wrote: > Some enbeded python script in debugger module used > python v2 syntax style,need update to v3 syntax style. > > Signed-off-by: Jun Dong Applied, thanks