comparison: src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingUrl.py
src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingUrl.py
- branch
- eric7
- changeset 9413
- 80c06d472826
- parent 9221
- bf71ee032bb4
- child 9462
- e65379fdbd97
equal
deleted
inserted
replaced
13 import struct |
13 import struct |
14 import hashlib |
14 import hashlib |
15 import urllib.parse |
15 import urllib.parse |
16 import contextlib |
16 import contextlib |
17 |
17 |
18 import Preferences |
18 from eric7 import Preferences |
19 |
19 |
20 |
20 |
21 class SafeBrowsingUrl: |
21 class SafeBrowsingUrl: |
22 """ |
22 """ |
23 Class implementing an URL representation suitable for Google Safe Browsing. |
23 Class implementing an URL representation suitable for Google Safe Browsing. |