diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2012-11-15 18:56:50 -0800 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2012-11-15 18:56:50 -0800 |
| commit | 9f38efe4133f6f4c4a2e58b5867f3f7883d119c8 (patch) | |
| tree | 9dea315df1aff6c934114b6a31a676d05f3c9dc3 /test_tablib.py | |
| parent | 5d98239a7e988a1a16261c6cb7073d618b92cfc7 (diff) | |
| parent | 15435047c668aa8e1fb5ffc1a8db30e5b944d5fd (diff) | |
| download | tablib-9f38efe4133f6f4c4a2e58b5867f3f7883d119c8.tar.gz | |
Merge pull request #68 from msabramo/python3
Improve Python 3 compatibility
Diffstat (limited to 'test_tablib.py')
| -rwxr-xr-x | test_tablib.py | 2 |
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 |
