small fixes for python2.6

This commit is contained in:
Wilson Junior 2014-08-03 18:59:50 -04:00
parent b4d6f6b947
commit f17f8b48c2

View File

@ -1572,7 +1572,7 @@ class FieldTest(unittest.TestCase):
'group': s.group,
'person': {
'_id': p.pk,
'salary': p.salary
'salary': 7000.00
}
})