| Index: third_party/google_api_python_client/googleapiclient/http.py
|
| diff --git a/third_party/google_api_python_client/googleapiclient/http.py b/third_party/google_api_python_client/googleapiclient/http.py
|
| index d2ce70c7243652395387f23acf40c5371b49b0e5..863827933b9db3a6415cd43f9c02cc304857b2b9 100644
|
| --- a/third_party/google_api_python_client/googleapiclient/http.py
|
| +++ b/third_party/google_api_python_client/googleapiclient/http.py
|
| @@ -25,6 +25,7 @@
|
| import base64
|
| import copy
|
| import gzip
|
| +import httplib2
|
| import json
|
| import logging
|
| import mimeparse
|
| @@ -48,8 +49,7 @@
|
| from errors import UnexpectedBodyError
|
| from errors import UnexpectedMethodError
|
| from model import JsonModel
|
| -from third_party import httplib2
|
| -from third_party.oauth2client import util
|
| +from ...oauth2client import util
|
|
|
|
|
| DEFAULT_CHUNK_SIZE = 512*1024
|
|
|