mercurial/sslutil.py
changeset 51859 f4733654f144
parent 51699 ca7bde5dbafb
child 52281 94cf83d9a2c9
equal deleted inserted replaced
51858:607e94e01851 51859:f4733654f144
     5 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
     5 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
     6 #
     6 #
     7 # This software may be used and distributed according to the terms of the
     7 # This software may be used and distributed according to the terms of the
     8 # GNU General Public License version 2 or any later version.
     8 # GNU General Public License version 2 or any later version.
     9 
     9 
       
    10 from __future__ import annotations
    10 
    11 
    11 import hashlib
    12 import hashlib
    12 import os
    13 import os
    13 import re
    14 import re
    14 import ssl
    15 import ssl