On Tue, Jan 12, 2016 at 02:45:45PM -0500, Russell Bryant wrote: > Fix imports of xmlrpclib to be compatible with Python 3. Python 2 had > xmlrpclib (client) and SimpleXMLRPCServer (server). In Python 3, these > have been renamed to xmlrpc.client and xmlrpc.server. > > The solution implemented here is to use the six library. It may seem > excessive for this particular issue, but the six library provides > helpers for Python 2 and 3 compatibility for many different issues. > This is just the first of many uses of the six library. > > Signed-off-by: Russell Bryant <russ...@ovn.org>
Acked-by: Ben Pfaff <b...@ovn.org> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev