Add necessary import: json.

This commit is contained in:
Roland van Laar 2015-03-02 15:53:43 +01:00
parent f15d2203d7
commit d0ea6bfe02

View File

@ -1,6 +1,7 @@
"""
Helpers for dealing with HTML input.
"""
import json
import re
from django.utils.datastructures import MultiValueDict