commit | 034e70078bf6684422d7c7f8f1a85aee925a935a | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Wed Dec 15 08:45:03 2010 -0500 |
committer | Joe Gregorio <jcgregorio@google.com> | Wed Dec 15 08:45:03 2010 -0500 |
tree | 65279708ce6ec04fe5653f4925b9d5a76c5b0399 | |
parent | b843fa24fa532f4dd25cbc3fdd809e6b6bf1c12c [diff] [blame] |
Fix import of simplejson
diff --git a/apiclient/discovery.py b/apiclient/discovery.py index a4202ae..57c5af8 100644 --- a/apiclient/discovery.py +++ b/apiclient/discovery.py
@@ -34,7 +34,7 @@ from cgi import parse_qsl from http import HttpRequest -from json import simplejson +from anyjson import simplejson from model import JsonModel from errors import HttpError from errors import UnknownLinkType