Move test.unit.locale out of gettext's way
When I run unittests on my laptop I get an ImportError from gettext who tries to "from locale import normalize" and says "ImportError: cannot import name normalize". Whit this patch unittests works, not sure why this problem doesn't show up in my other dev environments. Also this seems like good form since 'locale' is already a stdlib module. Change-Id: If0fcd66ce391665b4e4127c610de3246db409a68
This commit is contained in:
parent
6310491dff
commit
bb8ffe17a5
Loading…
Reference in New Issue
Block a user