Re: [ovs-dev] [PATCH 6/6] idl: Convert python daemons to utilize SchemaHelper.

2012-03-08 Thread Ben Pfaff
On Wed, Mar 07, 2012 at 05:09:27PM -0800, Ethan Jackson wrote: > The recently added SchemaHelper class significantly simplifies IDL > instantiation in Python. This commit converts all users of the old > method to the new method, and removes support for the old method. > > Signed-off-by: Ethan Jac

[ovs-dev] [PATCH 6/6] idl: Convert python daemons to utilize SchemaHelper.

2012-03-07 Thread Ethan Jackson
The recently added SchemaHelper class significantly simplifies IDL instantiation in Python. This commit converts all users of the old method to the new method, and removes support for the old method. Signed-off-by: Ethan Jackson --- debian/ovs-monitor-ipsec | 52 ++--