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
|
||||
|
||||
import getpass
|
||||
import locale
|
||||
import signal
|
||||
import sys
|
||||
|
||||
|
|
Loading…
Reference in a new issue