| Index: third_party/google_api_python_client/googleapiclient/channel.py
 | 
| diff --git a/third_party/google_api_python_client/googleapiclient/channel.py b/third_party/google_api_python_client/googleapiclient/channel.py
 | 
| index 68a3b8919104211a4d4440d93352d816960081ae..4626094a8ae1b55bd7f34a97203d0bf54fb15132 100644
 | 
| --- a/third_party/google_api_python_client/googleapiclient/channel.py
 | 
| +++ b/third_party/google_api_python_client/googleapiclient/channel.py
 | 
| @@ -60,7 +60,7 @@ import datetime
 | 
|  import uuid
 | 
|  
 | 
|  from googleapiclient import errors
 | 
| -from ...oauth2client import util
 | 
| +from third_party.oauth2client import util
 | 
|  
 | 
|  
 | 
|  # The unix time epoch starts at midnight 1970.
 | 
| 
 |