gem5/util/style
Andreas Sandberg f819518158 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.
2016-04-18 10:31:38 +01:00
..
__init__.py style: Refactor the style checker as a Python package 2016-03-30 15:30:32 +01:00
file_types.py style: Refactor the style checker as a Python package 2016-03-30 15:30:32 +01:00
region.py style: Refactor the style checker as a Python package 2016-03-30 15:30:32 +01:00
repo.py style: Add repository helper functions 2016-03-30 15:33:04 +01:00
sort_includes.py style: Refactor the style checker as a Python package 2016-03-30 15:30:32 +01:00
style.py style: Refactor the style checker as a Python package 2016-03-30 15:30:32 +01:00
verifiers.py style: Fix Python 2.6 compatibility 2016-04-18 10:31:38 +01:00