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

Merge pull request #11147 from sivel/module-docs-import-mutablemapping

Import missing MutableMapping class for module_docs
This commit is contained in:
Brian Coca 2015-06-03 14:50:17 -04:00
commit a87687dccb

View file

@ -23,6 +23,7 @@ import ast
import yaml
import traceback
from collections import MutableMapping
from ansible.plugins import fragment_loader
# modules that are ok that they do not have documentation strings