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

Use super() for HttpSession init call #494

Merged
merged 1 commit into from
Oct 27, 2016
Merged

Use super() for HttpSession init call #494

merged 1 commit into from
Oct 27, 2016

Conversation

detzgk
Copy link
Contributor

@detzgk detzgk commented Oct 27, 2016

This seems to be the only place in the code where you're not calling super() to init the superclass. With this change, HttpSession can participate in diamond class patterns which I have a specific use case for (integrating with requests_oauthlib).

@heyman heyman merged commit 7879e7d into locustio:master Oct 27, 2016
@heyman
Copy link
Member

heyman commented Oct 27, 2016

Thanks!

@justiniso justiniso added this to the 0.8.0 milestone Feb 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants