compare with == not is #4946

This commit is contained in:
Benjamin Peterson 2009-01-16 02:55:24 +00:00
parent b1a15e489a
commit b3af601b22
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class _LocaleTests(unittest.TestCase):
except Error:
set_locale = "<not able to determine>"
known_value = known_numerics.get(used_locale,
('', ''))[data_type is 'thousands_sep']
('', ''))[data_type == 'thousands_sep']
if known_value and calc_value:
self.assertEquals(calc_value, known_value,
self.lc_numeric_err_msg % (