summaryrefslogtreecommitdiff
path: root/tests.py
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2013-04-13 23:05:36 +0200
committerStefan Kögl <stefan@skoegl.net>2013-04-13 23:05:36 +0200
commit31908848f394be98f0e63d296f68107df89346bc (patch)
tree54c385f0ab826a055a2abcd0d542126e6781f892 /tests.py
parentdbb80f4bf9b872a552d1b5e1bf41382301f330c8 (diff)
downloadpython-json-patch-31908848f394be98f0e63d296f68107df89346bc.tar.gz
use unicode literals and update tests
Diffstat (limited to 'tests.py')
-rwxr-xr-xtests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests.py b/tests.py
index 8b51987..d6506e1 100755
--- a/tests.py
+++ b/tests.py
@@ -1,6 +1,8 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
+from __future__ import unicode_literals
+
import doctest
import unittest
import jsonpatch