mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 19:20:22 -07:00
Merge pull request #11686 from ZviRackover/patch-1
Fix: add missing import 'locale'
This commit is contained in:
commit
f2fcc39513
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ from __future__ import (absolute_import, division, print_function)
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
||||||
import getpass
|
import getpass
|
||||||
|
import locale
|
||||||
import signal
|
import signal
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue