Remove a useless "locale" change
This commit is contained in:
parent
83fbf8dae1
commit
8d8b13fb7a
1 changed files with 0 additions and 3 deletions
|
@ -28,9 +28,6 @@ from os.path import isfile
|
|||
import logging
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
import locale
|
||||
locale.setlocale(locale.LC_ALL, '')
|
||||
|
||||
import shlex
|
||||
import curses
|
||||
import string
|
||||
|
|
Loading…
Reference in a new issue