Add import to extract_maps.py for print_function

This commit is contained in:
Zack Marvel 2014-04-28 15:50:35 -04:00
parent 4d168d0535
commit c70144ddb8

View File

@ -4,6 +4,8 @@
import json
import os
from __future__ import print_function
#parse hex values as base 16 (see calculate_pointer)
base = 16