Include missing "re" module for elf_mem_map

"re" is required by the --qdirstat flag, and has been incorrectly
removed.
This commit is contained in:
Yuri D'Elia 2022-06-23 14:20:07 +02:00
parent f10981099d
commit 88f05cc1f1

View file

@ -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 *