commit | 549230c5b66c12ea8619238168a3d596c78cf485 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Wed Jan 11 10:38:05 2012 -0500 |
committer | Joe Gregorio <jcgregorio@google.com> | Wed Jan 11 10:38:05 2012 -0500 |
tree | b6b9790b9f8b3f1bc08b08f1da129b33136ee62f | |
parent | 788ecb9a0815e594a765bf9adea45a1a3912e70e [diff] [blame] |
Fixes issue #85. Also moves all json imports to go through oauth2client.anyjson. Reviewed in http://codereview.appspot.com/5531064/.
diff --git a/apiclient/model.py b/apiclient/model.py index 7f40efa..aafd88b 100644 --- a/apiclient/model.py +++ b/apiclient/model.py
@@ -28,8 +28,8 @@ import logging import urllib -from anyjson import simplejson from errors import HttpError +from oauth2client.anyjson import simplejson FLAGS = gflags.FLAGS