Index: third_party/google_api_python_client/googleapiclient/errors.py |
diff --git a/third_party/google_api_python_client/googleapiclient/errors.py b/third_party/google_api_python_client/googleapiclient/errors.py |
index a1999fd50327a801bfaa6967a07664c0c3e4d534..18c52e6e4da4df57473f637057cd6742e2379b42 100644 |
--- a/third_party/google_api_python_client/googleapiclient/errors.py |
+++ b/third_party/google_api_python_client/googleapiclient/errors.py |
@@ -24,7 +24,7 @@ __author__ = 'jcgregorio@google.com (Joe Gregorio)' |
import json |
-from ...oauth2client import util |
+from third_party.oauth2client import util |
class Error(Exception): |