neutron/quantum/agent/metadata
Dirk Mueller 5324e2be69 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
2013-06-09 02:02:39 +02:00
..
__init__.py add metadata proxy support for Quantum Networks 2012-11-28 19:09:16 -05:00
agent.py Use Python 3.x compatible octal literals 2013-06-09 02:02:39 +02:00
namespace_proxy.py Change Daemon class to better match process command lines. 2013-05-07 17:04:20 -04:00