mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-27 07:34:46 +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:
|
try:
|
||||||
import locale
|
import locale
|
||||||
locale_lang, locale_enc = locale.getlocale()
|
locale_lang, locale_enc = locale.getlocale()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user