mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-26 23:24:45 +03:00
Merge fb19834d21
into c0c16c3bf2
This commit is contained in:
commit
771bf737c6
|
@ -24,7 +24,7 @@ __version__ = "0.2"
|
|||
#
|
||||
# --------------------------------------------------------------------
|
||||
|
||||
b_whitespace = string.whitespace
|
||||
b_whitespace = string.whitespace.strip()
|
||||
try:
|
||||
import locale
|
||||
locale_lang, locale_enc = locale.getlocale()
|
||||
|
|
Loading…
Reference in New Issue
Block a user