| Index: client/utils/oauth.py
|
| diff --git a/client/utils/oauth.py b/client/utils/oauth.py
|
| index 55aa6646464a717b427f27908cd2ad52daaf8ea0..8ea29a2cc2e4855cc8f81749c88b49ff131dacd5 100644
|
| --- a/client/utils/oauth.py
|
| +++ b/client/utils/oauth.py
|
| @@ -35,7 +35,7 @@ from pyasn1.codec.der import decoder
|
| from pyasn1.type import univ
|
|
|
| from oauth2client import client
|
| -from oauth2client import multistore_file
|
| +from oauth2client.contrib import multistore_file
|
|
|
| from third_party import requests
|
| from utils import tools
|
|
|