Browse Source

Merge pull request #3516 from wavexx/unbreak_elm_qdirstat

Include missing "re" module for elf_mem_map
3d-gussner 2 years ago
parent
commit
4d8222cc1f
1 changed files with 1 additions and 0 deletions
  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 struct import unpack
 import os
+import re
 
 from lib.dump import decode_dump
 from lib.avr import *