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