summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/shell/powershell.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/plugins/shell/powershell.py')
-rw-r--r--lib/ansible/plugins/shell/powershell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/plugins/shell/powershell.py b/lib/ansible/plugins/shell/powershell.py
index de5e7051..f2e78cbe 100644
--- a/lib/ansible/plugins/shell/powershell.py
+++ b/lib/ansible/plugins/shell/powershell.py
@@ -23,7 +23,7 @@ import pkgutil
import xml.etree.ElementTree as ET
import ntpath
-from ansible.module_utils._text import to_bytes, to_text
+from ansible.module_utils.common.text.converters import to_bytes, to_text
from ansible.plugins.shell import ShellBase