Show More
@@ -331,6 +331,9 b' def _preparepats():' | |||
|
331 | 331 | |
|
332 | 332 | #print po, '=>', p |
|
333 | 333 | pats[i] = (re.compile(p, re.MULTILINE),) + pseq[1:] |
|
334 | filters = c[2] | |
|
335 | for i, flt in enumerate(filters): | |
|
336 | filters[i] = re.compile(flt[0]), flt[1] | |
|
334 | 337 | _preparepats() |
|
335 | 338 | |
|
336 | 339 | class norepeatlogger(object): |
General Comments 0
You need to be logged in to leave comments.
Login now