src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingUrl.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9462
e65379fdbd97
child 9653
e67609152c5e
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
5 5
6 """ 6 """
7 Module implementing an URL representation suitable for Google Safe Browsing. 7 Module implementing an URL representation suitable for Google Safe Browsing.
8 """ 8 """
9 9
10 import contextlib
11 import hashlib
12 import posixpath
10 import re 13 import re
11 import posixpath
12 import socket 14 import socket
13 import struct 15 import struct
14 import hashlib
15 import urllib.parse 16 import urllib.parse
16 import contextlib
17 17
18 from eric7 import Preferences 18 from eric7 import Preferences
19 19
20 20
21 class SafeBrowsingUrl: 21 class SafeBrowsingUrl:

eric ide

mercurial