Merge "Use googleapiclient import instead of apiclient"
This commit is contained in:
commit
a131d73ab1
@ -30,9 +30,9 @@ import base64
|
||||
import hashlib
|
||||
import httplib2
|
||||
|
||||
from apiclient import discovery
|
||||
from apiclient import errors
|
||||
from apiclient import http
|
||||
from googleapiclient import discovery
|
||||
from googleapiclient import errors
|
||||
from googleapiclient import http
|
||||
from oauth2client import client
|
||||
from oslo_config import cfg
|
||||
from oslo_log import log as logging
|
||||
|
@ -18,7 +18,7 @@ import json
|
||||
import os
|
||||
import zlib
|
||||
|
||||
from apiclient import errors
|
||||
from googleapiclient import errors
|
||||
from oauth2client import client
|
||||
from oslo_utils import units
|
||||
import six
|
||||
|
Loading…
x
Reference in New Issue
Block a user