File tree 9 files changed +10
-12
lines changed
9 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 27
27
# [START all]
28
28
import argparse
29
29
30
- from apiclient .discovery import build
31
- from apiclient .errors import HttpError
30
+ from googleapiclient .discovery import build
31
+ from googleapiclient .errors import HttpError
32
32
from oauth2client .client import GoogleCredentials
33
33
34
34
Original file line number Diff line number Diff line change 25
25
import argparse
26
26
from pprint import pprint
27
27
28
- from apiclient import discovery
28
+ from googleapiclient import discovery
29
29
from oauth2client .client import GoogleCredentials
30
30
from six .moves .urllib .error import HTTPError
31
31
Original file line number Diff line number Diff line change 26
26
import json
27
27
import time
28
28
29
- from apiclient .http import MediaFileUpload
30
-
31
29
from googleapiclient import discovery
32
-
30
+ from googleapiclient . http import MediaFileUpload
33
31
from oauth2client .client import GoogleCredentials
34
32
35
33
Original file line number Diff line number Diff line change 36
36
import argparse
37
37
import json
38
38
39
- from apiclient import discovery
39
+ from googleapiclient import discovery
40
40
from oauth2client .client import GoogleCredentials
41
41
42
42
Original file line number Diff line number Diff line change 29
29
import argparse
30
30
import json
31
31
32
- from apiclient import discovery
32
+ from googleapiclient import discovery
33
33
from oauth2client .client import GoogleCredentials
34
34
35
35
Original file line number Diff line number Diff line change 28
28
import datetime
29
29
import json
30
30
31
- from apiclient import discovery
31
+ from googleapiclient import discovery
32
32
from oauth2client .client import GoogleCredentials
33
33
34
34
Original file line number Diff line number Diff line change 12
12
# limitations under the License.
13
13
14
14
# [START all]
15
- from apiclient import discovery
15
+ from googleapiclient import discovery
16
16
from oauth2client .client import GoogleCredentials
17
17
18
18
Original file line number Diff line number Diff line change 27
27
import datetime
28
28
import json
29
29
30
- from apiclient import discovery
30
+ from googleapiclient import discovery
31
31
from oauth2client .client import GoogleCredentials
32
32
33
33
Original file line number Diff line number Diff line change 27
27
import argparse
28
28
import json
29
29
30
- from apiclient import discovery
30
+ from googleapiclient import discovery
31
31
from oauth2client .client import GoogleCredentials
32
32
33
33
You can’t perform that action at this time.
0 commit comments