Python 3 - Fix for an os.chmod() call by using the stat module rather than the number 0775.
The number 0755 is no longer valid in Python 3.
Authored by: bugman 2012-10-01
Parent: [r17625]
Child: [r17627]