Re: [ovs-dev] [PATCH] vlog: Use python 2.4 compatible functions.

2014-05-05 Thread Ben Pfaff
On Mon, May 05, 2014 at 12:33:44PM -0700, Gurucharan Shetty wrote: > Xenserver uses python 2.4. > > Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] vlog: Use python 2.4 compatible functions.

2014-05-05 Thread Gurucharan Shetty
Xenserver uses python 2.4. Signed-off-by: Gurucharan Shetty --- python/ovs/vlog.py |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/ovs/vlog.py b/python/ovs/vlog.py index 580b1bc..1bd42c4 100644 --- a/python/ovs/vlog.py +++ b/python/ovs/vlog.py @@ -107,12 +107,12