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:
Clay Gerrard 2014-01-24 01:24:05 -08:00
parent 6310491dff
commit bb8ffe17a5
6 changed files with 0 additions and 0 deletions