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

Remove shebang and standalone behavior from certifi/core.py #99

Merged
merged 1 commit into from Mar 3, 2019
Merged

Remove shebang and standalone behavior from certifi/core.py #99

merged 1 commit into from Mar 3, 2019

Conversation

jdufresne
Copy link
Contributor

The file certifi/core.py is not intended as a command line entry point for certifi. Instead one can use:

$ python -m certifi
/usr/local/lib/python2.7/site-packages/certifi/cacert.pem

This use is now documented.

Further, the file isn't set as executable, so the shebang is pointless.

The file certifi/core.py is not intended as a command line entry point
for certifi. Instead one can use:

    $ python -m certifi
    /usr/local/lib/python2.7/site-packages/certifi/cacert.pem

This use is now documented.

Further, the file isn't set as executable, so the shebang is pointless.
@Lukasa Lukasa merged commit 51d8d3f into certifi:master Mar 3, 2019
@jdufresne jdufresne deleted the shebang branch November 7, 2021 13:59
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.

None yet

2 participants