Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
revert ujson usage for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Mar 20, 2015
1 parent b2c673b commit de2714a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cliquet/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
from base64 import b64decode, b64encode
from binascii import hexlify

import ujson as json
# XXX see https://github.com/mozilla-services/cliquet/issues/131
#import ujson as json
import json

from cornice import cors
from colander import null

Expand Down

0 comments on commit de2714a

Please sign in to comment.