From 117ecc1e9ba58deef96301331d5464d189321395 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Tue, 30 Jun 2015 13:51:18 -0500 Subject: [PATCH] Update import for REPLACER_WINDOWS --- ansible_testing/modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible_testing/modules.py b/ansible_testing/modules.py index f16a9f53466..77e8ad28c76 100644 --- a/ansible_testing/modules.py +++ b/ansible_testing/modules.py @@ -11,7 +11,7 @@ import argparse from fnmatch import fnmatch -from ansible.module_common import REPLACER_WINDOWS +from ansible.executor.module_common import REPLACER_WINDOWS from ansible.utils.module_docs import get_docstring, BLACKLIST_MODULES