@ -57,7 +57,11 @@
# * Log messages: yes
# * Instance scope: ALL
import simplejson
try:
except ImportError:
import json as simplejson
from django.conf import settings
from django.test import TestCase
from django.test.client import Client
@ -15,7 +15,11 @@
* GNU General Public License for more details.
"""
from StringIO import StringIO
from PIL import Image