Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081d2a3 commit 0821aa2Copy full SHA for 0821aa2
apiclient/__init__.py
@@ -4,17 +4,6 @@
4
5
import googleapiclient
6
7
-try:
8
- import oauth2client
9
-except ImportError:
10
- raise RuntimeError(
11
- 'Previous version of google-api-python-client detected; due to a '
12
- 'packaging issue, we cannot perform an in-place upgrade. To repair, '
13
- 'remove and reinstall this package, along with oauth2client and '
14
- 'uritemplate. One can do this with pip via\n'
15
- ' pip install -I google-api-python-client'
16
- )
17
-
18
from googleapiclient import channel
19
from googleapiclient import discovery
20
from googleapiclient import errors
0 commit comments