Import missing MutableMapping class

pull/11147/head
Matt Martz 10 years ago
parent f57eaece88
commit 89dceb503a

@ -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…
Cancel
Save