From 7ac78e7ab1574f00ecc28ad8500f3135b648edbf Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 12 Apr 2014 14:15:29 +0530 Subject: [PATCH] ... --- src/calibre/startup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/startup.py b/src/calibre/startup.py index 79eb68ab14..379475fb97 100644 --- a/src/calibre/startup.py +++ b/src/calibre/startup.py @@ -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: