]> git.proxmox.com Git - mirror_ovs.git/commit
Python3 compatibility: execfile to exec
authorJason Wessel <jason.wessel@windriver.com>
Fri, 30 Jun 2017 03:33:23 +0000 (20:33 -0700)
committerBen Pfaff <blp@ovn.org>
Thu, 6 Jul 2017 21:06:08 +0000 (14:06 -0700)
commita4d10a7ca937d73873f6f98619d88682e69f5dbe
treefe833dbcda62cf17ca49c1fce815fb6281cd1988
parent52e4a477f0b3c0a0ece7adeede6e06e07814f8b9
Python3 compatibility: execfile to exec

Allow compability with python3 and python2 by changing execfile() to
exec().

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ovsdb/ovsdb-idlc.in