diff options
Diffstat (limited to 'src/python/importer.py')
-rw-r--r-- | src/python/importer.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/python/importer.py b/src/python/importer.py index 224ab3bd9..20d168e1c 100644 --- a/src/python/importer.py +++ b/src/python/importer.py @@ -26,6 +26,9 @@ # # Authors: Nathan Binkert +from __future__ import print_function +from __future__ import absolute_import + # Simple importer that allows python to import data from a dict of # code objects. The keys are the module path, and the items are the # filename and bytecode of the file. |