]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use Python 3.x compatible octal literals
authorDirk Mueller <dirk@dmllr.de>
Sat, 8 Jun 2013 11:17:03 +0000 (13:17 +0200)
committerDirk Mueller <dirk@dmllr.de>
Sun, 9 Jun 2013 00:02:39 +0000 (02:02 +0200)
commit5324e2be69f477a67cb28795f9ff5b02fb3d23fe
treed32b0df37930b406fe046977f02c6480c01874d6
parentf83931af80d8166c53622ce5e6248205a4d7afaa
Use Python 3.x compatible octal literals

Python 3.x deprecated octal literals in the form 0755.
Use the Python 2.x compatible version 0o755 instead.

Change-Id: I90ea601847752ae04d4e403ffa16a537efe442e2
quantum/agent/dhcp_agent.py
quantum/agent/linux/dhcp.py
quantum/agent/linux/external_process.py
quantum/agent/linux/utils.py
quantum/agent/metadata/agent.py
quantum/plugins/services/agent_loadbalancer/drivers/haproxy/namespace_driver.py
quantum/tests/unit/cisco/test_nexus_plugin.py
quantum/tests/unit/services/agent_loadbalancer/driver/haproxy/test_namespace_driver.py
quantum/tests/unit/test_agent_linux_utils.py
quantum/tests/unit/test_linux_external_process.py
quantum/tests/unit/test_metadata_agent.py