mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
...
This commit is contained in:
parent
643baeb330
commit
aaa9bcf645
@ -62,9 +62,9 @@ if not _run_once:
|
|||||||
################################################################################
|
################################################################################
|
||||||
# Initialize locale
|
# Initialize locale
|
||||||
# Import string as we do not want locale specific
|
# 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
|
# 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
|
import string
|
||||||
string
|
string
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user