Skip to content

Commit

Permalink
no more simplejson
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinwahl committed Aug 14, 2015
1 parent eb3af8f commit 510ef65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fusionbox/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
import logging
import hashlib
import time
import json
import re
from functools import wraps

from django.conf import settings
from django.utils import simplejson as json
from django.views.decorators.http import require_http_methods
from django.http import HttpResponseBadRequest
from django.core.cache import cache
Expand Down

0 comments on commit 510ef65

Please sign in to comment.