Re: [dpdk-dev] [PATCH v2 3/4] app: give python apps a consistent shebang line

2016-12-08 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] > Sent: Thursday, December 8, 2016 4:21 PM > To: Mcnamara, John > Cc: dev@dpdk.org; mklet...@redhat.com > Subject: Re: [dpdk-dev] [PATCH v2 3/4] app: give python apps a consistent > sheb

Re: [dpdk-dev] [PATCH v2 3/4] app: give python apps a consistent shebang line

2016-12-08 Thread Thomas Monjalon
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