Don't pass LC_ALL to getlocale()
commit95c49a9d36c01c157f795ccdd8b035e08a6cf975
authorThomas Leonard <talex5@gmail.com>
Sun, 27 Mar 2011 07:42:48 +0000 (27 08:42 +0100)
committerThomas Leonard <talex5@gmail.com>
Sun, 27 Mar 2011 07:46:21 +0000 (27 08:46 +0100)
treefcbf1c599ad94de7453bdfdc4e5397756cec0e1a
parentb7da1ce49e3edb18792e254d2b7f61c239498a0c
Don't pass LC_ALL to getlocale()

Raises the error "category LC_ALL is not supported" if there are different
locale settings (e.g. LANG=es_ES.UTF8 LC_COLLATE=en_GB.UTF8).

Closes bug#929902 and others.
tests/basetest.py
zeroinstall/injector/model.py