From ef77506d94991b5909473eb8c8902ee1415d727c Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Wed, 11 Sep 2013 10:57:05 -0500 Subject: also import os --- redtools/extract_maps.py | 1 + 1 file changed, 1 insertion(+) (limited to 'redtools/extract_maps.py') diff --git a/redtools/extract_maps.py b/redtools/extract_maps.py index 1b22fd3..d1f6b71 100644 --- a/redtools/extract_maps.py +++ b/redtools/extract_maps.py @@ -2,6 +2,7 @@ #date: 2012-01-02 #url: http://hax.iimarck.us/files/rbheaders.txt import json +import os #parse hex values as base 16 (see calculate_pointer) base = 16 -- cgit v1.2.3