mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 15:00:19 +00:00
Merge pull request #68 from msabramo/python3
Improve Python 3 compatibility
This commit is contained in:
+1
-1
@@ -659,7 +659,7 @@ class TablibTestCase(unittest.TestCase):
|
||||
self.founders.append(('Old', 'Man', 100500))
|
||||
|
||||
self.assertEquals(
|
||||
u"""
|
||||
"""
|
||||
first_name|last_name |gpa
|
||||
----------|----------|------
|
||||
John |Adams |90
|
||||
|
||||
Reference in New Issue
Block a user