python 3.2 is terrible

This commit is contained in:
2016-02-07 06:32:10 -05:00
parent 9b6a73c97c
commit c5920249de
+1 -1
View File
@@ -880,7 +880,7 @@ class TablibTestCase(unittest.TestCase):
# add another entry to test right field width for
# integer
self.founders.append(('Old', 'Man', 100500))
self.assertEqual(u'first_name|last_name |gpa ', unicode(self.founders).split('\n')[0])
self.assertEqual('first_name|last_name |gpa ', unicode(self.founders).split('\n')[0])
def test_databook_add_sheet_accepts_only_dataset_instances(self):