diff options
Diffstat (limited to 'redtools/extract_maps.py')
-rw-r--r-- | redtools/extract_maps.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |