1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix the name of the exported class ( pylint )

This commit is contained in:
Michael Scherer 2015-04-14 19:03:18 -04:00
parent f25f2d9626
commit 07c3107cfe

View file

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