Merge pull request #10716 from mscherer/fix_export

Fix the name of the exported class ( pylint )
This commit is contained in:
Toshio Kuratomi
2015-04-14 18:59:38 -07:00

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):