Re: [PATCH] Modification of the diffconfig script to support python 3.x and 2.7

2013-07-08 Thread Mike Pagano
On Mon, Jul 08, 2013 at 03:14:43PM -0400, valdis.kletni...@vt.edu wrote: > On Thu, 04 Jul 2013 20:19:03 -0400, Mike Pagano said: > > I'm not a snake-language person, but... > > > -print """Usage: diffconfig [-h] [-m] [ ] > > +print ("""Usage: diffconfig [-h] [-m] [ ] > > Is this hunk mis

Re: [PATCH] Modification of the diffconfig script to support python 3.x and 2.7

2013-07-08 Thread Valdis . Kletnieks
On Thu, 04 Jul 2013 20:19:03 -0400, Mike Pagano said: I'm not a snake-language person, but... > Modification of the diffconfig script to support both python 2.7 and 3.2. > Added a small change to gracefully exit if the default config files are not > present. (.config and .config.old) > > Diffconf

[PATCH] Modification of the diffconfig script to support python 3.x and 2.7

2013-07-04 Thread Mike Pagano
Modification of the diffconfig script to support both python 2.7 and 3.2. Added a small change to gracefully exit if the default config files are not present. (.config and .config.old) Diffconfig is a utility script for comparing kernel configuration files. Signed-off-by: Mike Pagano --- scri