9d8
< from unit.option import option
15,18d13
< def findall(self, pattern):
< with open(option.temp_dir + '/unit.log', 'r', errors='ignore') as f:
< return re.findall(pattern, f.read())
<