Merge pull request #63 from jsdalton/fix_unicode_error_in_html_output

Fix unicode error in html output
This commit is contained in:
2014-01-08 11:47:26 -08:00
3 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -309,7 +309,7 @@ class TablibTestCase(unittest.TestCase):
def test_unicode_append(self):
"""Passes in a single unicode character and exports."""
new_row = ('å', 'é')
new_row = (u'å', u'é')
data.append(new_row)
data.json