python: Fix octal compatibility.
authorRussell Bryant <russell@ovn.org>
Wed, 6 Jan 2016 20:16:10 +0000 (15:16 -0500)
committerRussell Bryant <russell@ovn.org>
Wed, 20 Jan 2016 21:45:06 +0000 (16:45 -0500)
commit56ec061192e3fe1590fe9e36e55080284d73f238
treedf3a71f8f1a53aa0822e0dc782fde1367462c4b8
parentb3ac29477d493d9442f39c734a0a9ebaa223c308
python: Fix octal compatibility.

Octal constants must be written as 0o077 instead of 0077 to be
compatible with both Python 2 and 3.

Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
Makefile.am
debian/ovs-monitor-ipsec