Show More
@@ -12,16 +12,8 b' from i18n import _' | |||||
12 | import patch as patchmod |
|
12 | import patch as patchmod | |
13 | import util, encoding |
|
13 | import util, encoding | |
14 |
|
14 | |||
15 | import os |
|
15 | import os, re, sys, fcntl, struct, termios, signal, tempfile, locale, cStringIO | |
16 | import re |
|
16 | ||
17 | import sys |
|
|||
18 | import fcntl |
|
|||
19 | import struct |
|
|||
20 | import termios |
|
|||
21 | import signal |
|
|||
22 | import tempfile |
|
|||
23 | import locale |
|
|||
24 | import cStringIO |
|
|||
25 | # This is required for ncurses to display non-ASCII characters in default user |
|
17 | # This is required for ncurses to display non-ASCII characters in default user | |
26 | # locale encoding correctly. --immerrr |
|
18 | # locale encoding correctly. --immerrr | |
27 | locale.setlocale(locale.LC_ALL, '') |
|
19 | locale.setlocale(locale.LC_ALL, '') |
General Comments 0
You need to be logged in to leave comments.
Login now