Index: third_party/oauth2client/multistore_file.py |
diff --git a/third_party/oauth2client/multistore_file.py b/third_party/oauth2client/multistore_file.py |
index ce7a5194feddfe92718fcc56de46e9a795408afc..ea89027f236d047851f0183464e73b1ea68de4c0 100644 |
--- a/third_party/oauth2client/multistore_file.py |
+++ b/third_party/oauth2client/multistore_file.py |
@@ -50,9 +50,9 @@ import os |
import threading |
from anyjson import simplejson |
-from oauth2client.client import Storage as BaseStorage |
-from oauth2client.client import Credentials |
-from oauth2client import util |
+from .client import Storage as BaseStorage |
+from .client import Credentials |
+from . import util |
from locked_file import LockedFile |
logger = logging.getLogger(__name__) |