Add unified linters testenv

This commit is contained in:
Ian Cordasco 2016-02-22 21:59:59 -06:00
parent d5a480a464
commit 7addb72615
2 changed files with 18 additions and 3 deletions

View file

@ -2,8 +2,6 @@
import logging
import os
LOG = logging.getLogger(__name__)
try:
import multiprocessing
except ImportError:
@ -11,6 +9,8 @@ except ImportError:
from flake8 import utils
LOG = logging.getLogger(__name__)
class Manager(object):
"""Manage the parallelism and checker instances for each plugin and file.