diff options
| author | Stefan Kögl <stefan@skoegl.net> | 2013-04-13 23:05:36 +0200 |
|---|---|---|
| committer | Stefan Kögl <stefan@skoegl.net> | 2013-04-13 23:05:36 +0200 |
| commit | 31908848f394be98f0e63d296f68107df89346bc (patch) | |
| tree | 54c385f0ab826a055a2abcd0d542126e6781f892 /tests.py | |
| parent | dbb80f4bf9b872a552d1b5e1bf41382301f330c8 (diff) | |
| download | python-json-patch-31908848f394be98f0e63d296f68107df89346bc.tar.gz | |
use unicode literals and update tests
Diffstat (limited to 'tests.py')
| -rwxr-xr-x | tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +from __future__ import unicode_literals + import doctest import unittest import jsonpatch |
