87c7337 Use Python 3.x compatible octal literals

Authored and Committed by dirkmueller 11 years ago
    Use Python 3.x compatible octal literals
    
    Python 3.x deprecated octal literals in the form
    0755. Use 0o755  instead which works at least
    with Python 2.6 and newer.
    
    Change-Id: I3474f601dab0e2e1fbed8ef6f7472e3e453b94fb
    
        
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1