Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAuth2Client 3.0 replaces util with _helpers #262

Closed
hugodro opened this issue Aug 12, 2016 · 3 comments
Closed

OAuth2Client 3.0 replaces util with _helpers #262

hugodro opened this issue Aug 12, 2016 · 3 comments
Assignees
Labels
🚨 This issue needs some love. triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@hugodro
Copy link

hugodro commented Aug 12, 2016

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.

@theacodes theacodes added the type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. label Aug 12, 2016
@theacodes
Copy link
Contributor

@nathanielmanistaatgoogle seems we only use the dreaded positional here.

@nathanielmanistaatgoogle
Copy link
Contributor

I'm open to a conditional import for the moved code element.

@theacodes theacodes self-assigned this Aug 15, 2016
@theacodes
Copy link
Contributor

That's what I'll do.

@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 This issue needs some love. triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

4 participants