mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Use python's json rather than Django's
django.utils.simplejson is deprecated; Python 2.6+ includes json. Fixes #32.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import json
|
||||
from mock import patch
|
||||
|
||||
from django.conf import settings
|
||||
from django.test import TestCase
|
||||
from django.utils import simplejson as json
|
||||
|
||||
|
||||
class DjrillBackendMockAPITestCase(TestCase):
|
||||
"""TestCase that uses Djrill EmailBackend with a mocked Mandrill API"""
|
||||
|
||||
Reference in New Issue
Block a user