This commit is contained in:
markmiscavage 2017-11-05 08:51:32 +00:00 committed by GitHub
commit 771bf737c6

View File

@ -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()