From c70144ddb8f12267317b9c6c910901acdfd7093b Mon Sep 17 00:00:00 2001 From: Zack Marvel Date: Mon, 28 Apr 2014 15:50:35 -0400 Subject: Add import to extract_maps.py for print_function --- redtools/extract_maps.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'redtools') 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 -- cgit v1.2.3