Skip to content

Commit

Permalink
Fixing dependencies
Browse files Browse the repository at this point in the history
At least this change was required on my machine running on Fedora 29...
  • Loading branch information
theute authored Dec 6, 2018
1 parent c3f3e33 commit e26667d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion did/plugins/google.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import os
import httplib2

from apiclient import discovery
from googleapiclient import discovery
from oauth2client import tools
from oauth2client.file import Storage
from oauth2client.client import OAuth2WebServerFlow
Expand Down

0 comments on commit e26667d

Please # to comment.