Commit a87687dc by Brian Coca

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

Import missing MutableMapping class for module_docs
parents 1c852704 89dceb50
...@@ -23,6 +23,7 @@ import ast ...@@ -23,6 +23,7 @@ import ast
import yaml import yaml
import traceback import traceback
from collections import MutableMapping
from ansible.plugins import fragment_loader from ansible.plugins import fragment_loader
# modules that are ok that they do not have documentation strings # modules that are ok that they do not have documentation strings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment