diff options
author | Zack Marvel <zpmarvel@gmail.com> | 2014-04-28 15:50:35 -0400 |
---|---|---|
committer | Zack Marvel <zpmarvel@gmail.com> | 2014-04-28 15:50:35 -0400 |
commit | c70144ddb8f12267317b9c6c910901acdfd7093b (patch) | |
tree | ea97cf69aa1b887b10509e187410a71055c171e9 /redtools/extract_maps.py | |
parent | 4d168d053527d79295f59752cb4595cc2b7c96ef (diff) |
Add import to extract_maps.py for print_function
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 |