Explorar el Código

Merge pull request #3516 from wavexx/unbreak_elm_qdirstat

Include missing "re" module for elf_mem_map
3d-gussner hace 2 años
padre
commit
4d8222cc1f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 *