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

rename http module to _http #65

Merged
merged 1 commit into from
Sep 9, 2022
Merged

rename http module to _http #65

merged 1 commit into from
Sep 9, 2022

Conversation

sandrobonazzola
Copy link
Contributor

@sandrobonazzola sandrobonazzola commented Sep 9, 2022

Changes introduced with this PR

renaming http module avoiding circular dependency issue due to naming collision with web/http.py within twisted dependency.

Using _http as this is meant to be a private module.

Fixes #61

Signed-off-by: Sandro Bonazzola [email protected]


By contributing to this repository, I agree to the contribution guidelines.

@sandrobonazzola sandrobonazzola requested a review from a user September 9, 2022 13:38
@sandrobonazzola sandrobonazzola self-assigned this Sep 9, 2022
@sandrobonazzola sandrobonazzola changed the title rename http module to http_api rename http module to _http Sep 9, 2022
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change in plugin.py is still missing.

renaming `http` module avoiding circular dependency issue due to naming
collision with `web/http.py` within `twisted` dependency.

Using `_http` as this is meant to be a private module.

Fixes #61

Signed-off-by: Sandro Bonazzola <[email protected]>
@sandrobonazzola sandrobonazzola merged commit c8542ea into arcalot:main Sep 9, 2022
@sandrobonazzola sandrobonazzola deleted the issue_61 branch September 9, 2022 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

http circular dependencies crash doctest execution
1 participant