python: Enforce absolute imports for Python 3 compatibility
authorAndreas Sandberg <andreas.sandberg@arm.com>
Fri, 25 Jan 2019 11:46:30 +0000 (11:46 +0000)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Sat, 23 Feb 2019 23:34:05 +0000 (23:34 +0000)
commit2bad848b85f3463edca652e0f73cc64c57961fbb
treec443197788098e575e94530745dec93267192e80
parentf59e550bc8164a2a8d06bf18099f993c7181367c
python: Enforce absolute imports for Python 3 compatibility

Change-Id: Ia88d7fd472f7aed9b97df81468211384981bf6c6
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/15983
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
23 files changed:
src/arch/generic/BaseTLB.py
src/python/importer.py
src/python/m5/SimObject.py
src/python/m5/__init__.py
src/python/m5/core.py
src/python/m5/ext/__init__.py
src/python/m5/ext/pyfdt/pyfdt.py
src/python/m5/internal/params.py
src/python/m5/main.py
src/python/m5/objects/__init__.py
src/python/m5/options.py
src/python/m5/params.py
src/python/m5/proxy.py
src/python/m5/simulate.py
src/python/m5/trace.py
src/python/m5/util/__init__.py
src/python/m5/util/code_formatter.py
src/python/m5/util/dot_writer.py
src/python/m5/util/jobfile.py
src/python/m5/util/pybind.py
src/python/m5/util/smartdict.py
src/python/m5/util/sorteddict.py
src/python/m5/util/terminal.py