Open GoogleCodeExporter opened 8 years ago
1. Replace the line
from django.utils import simplejson
with
import json
2. Replace the line
return simplejson.dumps(gameUpdate)
with
return json.dumps(gameUpdate)
Original comment by momander@google.com
on 20 Apr 2014 at 7:01
Original issue reported on code.google.com by
ddick...@gmail.com
on 28 Apr 2013 at 5:18