diff --git a/redtools/extract_maps.py b/redtools/extract_maps.py index 21c667e..f01d667 100644 --- a/redtools/extract_maps.py +++ b/redtools/extract_maps.py @@ -4,6 +4,8 @@ import json import os +from __future__ import print_function + #parse hex values as base 16 (see calculate_pointer) base = 16