|
Also fixes the order of simplejson import attempts.
Fixes issue http://code.google.com/p/google-api-python-client/issues/detail?id=85
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+63 lines, -145 lines) |
Patch |
 |
M |
Makefile
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
apiclient/anyjson.py
|
View
|
1
2
|
1 chunk |
+0 lines, -32 lines |
0 comments
|
Download
|
 |
M |
apiclient/discovery.py
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
apiclient/errors.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
apiclient/http.py
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
apiclient/model.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
apiclient/oauth.py
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
apiclient/schema.py
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
A |
oauth2client/anyjson.py
|
View
|
1
2
3
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
oauth2client/appengine.py
|
View
|
1
|
1 chunk |
+1 line, -10 lines |
0 comments
|
Download
|
 |
M |
oauth2client/client.py
|
View
|
1
|
2 chunks |
+1 line, -10 lines |
0 comments
|
Download
|
 |
M |
oauth2client/clientsecrets.py
|
View
|
1
|
1 chunk |
+1 line, -9 lines |
0 comments
|
Download
|
 |
M |
oauth2client/crypt.py
|
View
|
1
|
1 chunk |
+1 line, -10 lines |
0 comments
|
Download
|
 |
M |
oauth2client/file.py
|
View
|
1
|
1 chunk |
+1 line, -12 lines |
0 comments
|
Download
|
 |
M |
oauth2client/multistore_file.py
|
View
|
1
|
1 chunk |
+1 line, -10 lines |
0 comments
|
Download
|
 |
M |
tests/test_json_model.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tests/test_oauth2client.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -10 lines |
0 comments
|
Download
|
 |
M |
tests/test_oauth2client_appengine.py
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tests/test_oauth2client_file.py
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -14 lines |
0 comments
|
Download
|
 |
M |
tests/test_oauth2client_jwt.py
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -11 lines |
0 comments
|
Download
|
 |
M |
tests/test_schema.py
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 5
|