Browse Source

Include missing "re" module for elf_mem_map

"re" is required by the --qdirstat flag, and has been incorrectly
removed.
Yuri D'Elia 2 năm trước cách đây
mục cha
commit
88f05cc1f1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      tools/elf_mem_map

+ 1 - 0
tools/elf_mem_map

@@ -5,6 +5,7 @@ import elftools.dwarf.descriptions
 from collections import namedtuple
 from collections import namedtuple
 from struct import unpack
 from struct import unpack
 import os
 import os
+import re
 
 
 from lib.dump import decode_dump
 from lib.dump import decode_dump
 from lib.avr import *
 from lib.avr import *