Skip to content

Commit 88f05cc

Browse files
committed
Include missing "re" module for elf_mem_map
"re" is required by the --qdirstat flag, and has been incorrectly removed.
1 parent f109810 commit 88f05cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/elf_mem_map

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import elftools.dwarf.descriptions
55
from collections import namedtuple
66
from struct import unpack
77
import os
8+
import re
89

910
from lib.dump import decode_dump
1011
from lib.avr import *

0 commit comments

Comments
 (0)