Explorar o código

Include missing "re" module for elf_mem_map

"re" is required by the --qdirstat flag, and has been incorrectly
removed.
Yuri D'Elia %!s(int64=3) %!d(string=hai) anos
pai
achega
88f05cc1f1
Modificáronse 1 ficheiros con 1 adicións e 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 *