From aaa9bcf645bab5ba68ad28338e98d6493d71a07c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 21 Apr 2011 11:06:58 -0600 Subject: [PATCH] ... --- src/calibre/startup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/startup.py b/src/calibre/startup.py index 308308e1f2..78f8aff7e3 100644 --- a/src/calibre/startup.py +++ b/src/calibre/startup.py @@ -62,9 +62,9 @@ if not _run_once: ################################################################################ # Initialize locale # Import string as we do not want locale specific - # string.whitespace/printable, on windows especially, this causes problems + # string.whitespace/printable, on windows especially, this causes problems. # Before the delay load optimizations, string was loaded before this point - # anyway, so we preserve the old behavior, explicitly. + # anyway, so we preserve the old behavior explicitly. import string string try: