Browse Source

apiclient -> googleapiclient

Arnau Sanchez 10 years ago
parent
commit
913a0a52ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_upload/auth.py

+ 1 - 1
youtube_upload/auth.py

@@ -1,7 +1,7 @@
 """Wrapper for Google OAuth2 API."""
 import sys
 
-import apiclient.discovery
+import googleapiclient.discovery
 import oauth2client
 import httplib2