style: Fix Python 2.6 compatibility
authorAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 18 Apr 2016 09:31:38 +0000 (10:31 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 18 Apr 2016 09:31:38 +0000 (10:31 +0100)
commitf81951815877874b212b1963e76af3596855c337
tree2ca3948b0a4d4a40e0281b9eb13f28abe11ff1cd
parent39e10ced035a7e1f53673fc998741f8b6067135d
style: Fix Python 2.6 compatibility

The style checker code needs to disable autojunk when diffing source
files using Python's difflib. Support for this was only introduced in
Python 2.7, which leads to a TypeError exception on older Python
version. This changeset adds a fallback mechanism for old Python
versions.
util/style/verifiers.py