From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 3/4] app: give python apps a consistent shebang line Date: Thu, 08 Dec 2016 17:20:56 +0100 Message-ID: <3898678.2vNOkO5FOW@xps13> References: <1481212265-10229-1-git-send-email-john.mcnamara@intel.com> <1481213032-14935-3-git-send-email-john.mcnamara@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, mkletzan@redhat.com To: John McNamara Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 229102A66 for ; Thu, 8 Dec 2016 17:20:58 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id g23so224699089wme.1 for ; Thu, 08 Dec 2016 08:20:58 -0800 (PST) In-Reply-To: <1481213032-14935-3-git-send-email-john.mcnamara@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-12-08 16:03, John McNamara: > Add a consistent "env python" shebang line to the DPDK Python > apps so that they can call the default system python. The shebang is only useful for executable scripts. Those included by other python scripts should not have this line. Please could you remove the shebang for conf.py and data files?