325
325
self.fail('\n\n'.join(problems))
329
336
# Older versions of flake8 don't support the 'paths'
331
338
new_path = list(sys.path)
333
340
0, os.path.join(os.path.dirname(__file__), '..', '..', 'tools'))
334
341
self.overrideAttr(sys, 'path', new_path)
335
343
from flake8.main.application import Application
336
344
from flake8.formatting.base import BaseFormatter