|
@ -57,7 +57,11 @@ |
|
|
# * Log messages: yes |
|
|
# * Log messages: yes |
|
|
# * Instance scope: ALL |
|
|
# * Instance scope: ALL |
|
|
|
|
|
|
|
|
|
|
|
try: |
|
|
import simplejson |
|
|
import simplejson |
|
|
|
|
|
except ImportError: |
|
|
|
|
|
import json as simplejson |
|
|
|
|
|
|
|
|
from django.conf import settings |
|
|
from django.conf import settings |
|
|
from django.test import TestCase |
|
|
from django.test import TestCase |
|
|
from django.test.client import Client |
|
|
from django.test.client import Client |
|
|