equal
deleted
inserted
replaced
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 |