This commit is contained in:
Kovid Goyal 2014-04-12 14:15:29 +05:30
parent e09a6c7e63
commit 7ac78e7ab1

View File

@ -72,7 +72,7 @@ if not _run_once:
import string
string
try:
locale.setlocale(locale.LC_ALL, '')
locale.setlocale(locale.LC_ALL, '') # set the locale to the user's default locale
except:
dl = locale.getdefaultlocale()
try: