xenserver: Remove tuple unpacking in lambdas.
authorJoe Stringer <joe@ovn.org>
Tue, 24 May 2016 01:20:29 +0000 (18:20 -0700)
committerJoe Stringer <joe@ovn.org>
Tue, 7 Jun 2016 23:18:44 +0000 (16:18 -0700)
commitcb1e173762d69a54e7339542cd99a5784ccd85e6
tree5fc94adcb80f36d9b46a8f1c63a28acdd17f4288
parentba9050fa7ec06897328979bedb12f7dd518e2590
xenserver: Remove tuple unpacking in lambdas.

PEP 3113 removed the use of tuple parameter unpacking in conjunction
with lambdas, replace this code with something that works in python2.7
and python3.

Signed-off-by: Joe Stringer <joe@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
xenserver/opt_xensource_libexec_InterfaceReconfigure.py
xenserver/opt_xensource_libexec_InterfaceReconfigureVswitch.py