| Index: third_party/google_api_python_client/googleapiclient/schema.py
 | 
| diff --git a/third_party/google_api_python_client/googleapiclient/schema.py b/third_party/google_api_python_client/googleapiclient/schema.py
 | 
| index af413177f02b19d122e73102de93279c06b486c7..92543ec13178aa2464206435d189847aa5e03311 100644
 | 
| --- a/third_party/google_api_python_client/googleapiclient/schema.py
 | 
| +++ b/third_party/google_api_python_client/googleapiclient/schema.py
 | 
| @@ -63,7 +63,7 @@ __author__ = 'jcgregorio@google.com (Joe Gregorio)'
 | 
|  
 | 
|  import copy
 | 
|  
 | 
| -from oauth2client import util
 | 
| +from third_party.oauth2client import util
 | 
|  
 | 
|  
 | 
|  class Schemas(object):
 | 
| 
 |