Commit 51d8d3f
Remove shebang and standalone behavior from certifi/core.py (certifi#99)
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.1 parent 10a1f8a commit 51d8d3f
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
0 commit comments