Merge pull request #11147 from sivel/module-docs-import-mutablemapping
Import missing MutableMapping class for module_docs
This commit is contained in:
commit
a87687dccb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue