diff options
| author | Benjamin Peterson <benjamin@python.org> | 2010-03-11 22:53:45 +0000 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2010-03-11 22:53:45 +0000 |
| commit | d1e45b1d11599db33a915fc9326285bfa896b2d7 (patch) | |
| tree | 07dbd683632ceb096abec222c96d486f73c5b914 /Tools/ssl | |
| parent | e3a7c35ee881cf22b3426be7be6fa40b474a40a3 (diff) | |
| download | cpython-d1e45b1d11599db33a915fc9326285bfa896b2d7.tar.gz | |
convert shebang lines: python -> python3
Diffstat (limited to 'Tools/ssl')
| -rw-r--r-- | Tools/ssl/get-remote-certificate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/ssl/get-remote-certificate.py b/Tools/ssl/get-remote-certificate.py index b63428abd4..67491c15ac 100644 --- a/Tools/ssl/get-remote-certificate.py +++ b/Tools/ssl/get-remote-certificate.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # fetch the certificate that the server(s) are providing in PEM form # |
