summaryrefslogtreecommitdiff
path: root/test/units/module_utils/facts/other/test_facter.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/module_utils/facts/other/test_facter.py')
-rw-r--r--test/units/module_utils/facts/other/test_facter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/module_utils/facts/other/test_facter.py b/test/units/module_utils/facts/other/test_facter.py
index 7466338eb5..517265d321 100644
--- a/test/units/module_utils/facts/other/test_facter.py
+++ b/test/units/module_utils/facts/other/test_facter.py
@@ -19,7 +19,7 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
-from units.compat.mock import Mock, patch
+from mock import Mock, patch
from .. base import BaseFactsTest