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 django import forms
|
||||
from django.conf import settings
|
||||
from django.contrib import messages
|
||||
from django.core.exceptions import ImproperlyConfigured
|
||||
from django.utils import simplejson as json
|
||||
from django.views.generic import TemplateView
|
||||
|
||||
from djrill import MANDRILL_API_URL
|
||||
|
||||
Reference in New Issue
Block a user