You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hugodro opened this issue
Aug 12, 2016
· 3 comments
Assignees
Labels
🚨This issue needs some love.triage meI really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.
Any 'from oauth2client import util' fails on v3.0 of the library as the 'util.py' has been moved to '_helpers.py'. Replacing all call to 'util.' to '_helpers.' fixes the problem.
The text was updated successfully, but these errors were encountered:
theacodes
added
the
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
label
Aug 12, 2016
🚨This issue needs some love.triage meI really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.
Any 'from oauth2client import util' fails on v3.0 of the library as the 'util.py' has been moved to '_helpers.py'. Replacing all call to 'util.' to '_helpers.' fixes the problem.
The text was updated successfully, but these errors were encountered: