Dirk Mueller b4831805a8 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: I64ca97e87ab29764c3cbcb42cefc313635cc178d
2013-06-11 20:24:41 +02:00
..
2013-06-03 13:57:50 -04:00