Re: [ovs-dev] [PATCH] ovs-monitor-ipsec: Use all caps for global constants.

2012-03-10 Thread Justin Pettit
On Mar 10, 2012, at 11:19 AM, Ben Pfaff wrote: > On Sat, Mar 10, 2012 at 11:08:02AM -0800, Justin Pettit wrote: >> The convention in Python is to use all caps for global constants. >> >> Signed-off-by: Justin Pettit > > Looks good to me. > > I didn't check whether any cases were missed, or tes

Re: [ovs-dev] [PATCH] ovs-monitor-ipsec: Use all caps for global constants.

2012-03-10 Thread Ben Pfaff
On Sat, Mar 10, 2012 at 11:08:02AM -0800, Justin Pettit wrote: > The convention in Python is to use all caps for global constants. > > Signed-off-by: Justin Pettit Looks good to me. I didn't check whether any cases were missed, or test it. ___ dev mai

[ovs-dev] [PATCH] ovs-monitor-ipsec: Use all caps for global constants.

2012-03-10 Thread Justin Pettit
The convention in Python is to use all caps for global constants. Signed-off-by: Justin Pettit --- debian/ovs-monitor-ipsec |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/ovs-monitor-ipsec b/debian/ovs-monitor-ipsec index 87a1491..a4a4575 100755 --- a/debian