summaryrefslogtreecommitdiff
path: root/test_tablib.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2012-11-15 18:56:50 -0800
committerKenneth Reitz <me@kennethreitz.com>2012-11-15 18:56:50 -0800
commit9f38efe4133f6f4c4a2e58b5867f3f7883d119c8 (patch)
tree9dea315df1aff6c934114b6a31a676d05f3c9dc3 /test_tablib.py
parent5d98239a7e988a1a16261c6cb7073d618b92cfc7 (diff)
parent15435047c668aa8e1fb5ffc1a8db30e5b944d5fd (diff)
downloadtablib-9f38efe4133f6f4c4a2e58b5867f3f7883d119c8.tar.gz
Merge pull request #68 from msabramo/python3
Improve Python 3 compatibility
Diffstat (limited to 'test_tablib.py')
-rwxr-xr-xtest_tablib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_tablib.py b/test_tablib.py
index 5372954..b9464b4 100755
--- a/test_tablib.py
+++ b/test_tablib.py
@@ -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