Skip to content

Commit

Permalink
update library names since google deprecated old ones
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein committed Mar 24, 2020
1 parent d4847bb commit c2609b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pydrive2/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from six.moves import input
import threading

from apiclient.discovery import build
from googleapiclient.discovery import build
from functools import wraps
from oauth2client.service_account import ServiceAccountCredentials
from oauth2client.client import FlowExchangeError
Expand Down
4 changes: 2 additions & 2 deletions pydrive2/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import mimetypes
import json

from apiclient import errors
from apiclient.http import MediaIoBaseUpload
from googleapiclient import errors
from googleapiclient.http import MediaIoBaseUpload
from functools import wraps

from .apiattr import ApiAttribute
Expand Down

0 comments on commit c2609b7

Please sign in to comment.