summaryrefslogtreecommitdiffstats
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 86e906b58c..7466338eb5 100644
--- a/test/units/module_utils/facts/other/test_facter.py
+++ b/test/units/module_utils/facts/other/test_facter.py
@@ -16,7 +16,7 @@
#
# Make coding more python3-ish
-from __future__ import (absolute_import, division)
+from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
from units.compat.mock import Mock, patch