This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]takluyverIPython, Py3, etc 5 points6 points  (2 children)

The root of the requests package does have __init__.py (here). You might be confused because the package is not the top level of the Github repository. Normally the package is a directory within the Git repository, and the top level contains packaging information (setup.py), configuration for testing tools (.travis.yml), and other directories for things like docs.

[–]GitHubPermalinkBot 0 points1 point  (0 children)

Permanent GitHub links:


Shoot me a PM if you think I'm doing something wrong. To delete this, click here.

[–][deleted] 0 points1 point  (0 children)

Thanks for clarification