Skip to content

Commit 4d8222c

Browse files
authored
Merge pull request prusa3d#3516 from wavexx/unbreak_elm_qdirstat
Include missing "re" module for elf_mem_map
2 parents f109810 + 88f05cc commit 4d8222c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/elf_mem_map

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import elftools.dwarf.descriptions
55
from collections import namedtuple
66
from struct import unpack
77
import os
8+
import re
89

910
from lib.dump import decode_dump
1011
from lib.avr import *

0 commit comments

Comments
 (0)