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
..