Fix build-many-glibcs.py style issues.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 14 Nov 2016 23:48:50 +0000 (23:48 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 14 Nov 2016 23:48:50 +0000 (23:48 +0000)
commit0c95f51d84e8563b9e08d481b1a2b430a7ccbd0b
treed403650f0bfc9fc019ac5e7ae4d05a6495e6d6ab
parentba1cafea1616d6046ae54a1ed59540867ff647b9
Fix build-many-glibcs.py style issues.

* scripts/build-many-glibcs.py (os.path): Do not import.
(Context): Inherit explicitly from object.  Remove blank line
between class and docstring.
(Config): Likewise.
(Glibc): Likewise.
(Command): Likewise.
(CommandList): Likewise.
(Context.write_files): Store chmod mode in a variable.
ChangeLog
scripts/build-many-glibcs.py