Fix the name of the exported class ( pylint )

pull/10716/head
Michael Scherer 10 years ago
parent f25f2d9626
commit 07c3107cfe

@ -41,7 +41,7 @@ from ansible.playbook.task import Task
from ansible.utils.debug import debug from ansible.utils.debug import debug
__all__ = ['ExecutorProcess'] __all__ = ['WorkerProcess']
class WorkerProcess(multiprocessing.Process): class WorkerProcess(multiprocessing.Process):

Loading…
Cancel
Save