Fix python 2

This commit is contained in:
Karl Hobley 2015-06-04 10:32:42 +01:00
parent 8a55446d64
commit e2a9ed3924

View file

@ -1,3 +1,5 @@
from __future__ import unicode_literals
import json
from django.test import TestCase, override_settings