8206:adf11836cfce | 8207:d359172d11be |
---|---|
15 import urllib.parse | 15 import urllib.parse |
16 | 16 |
17 import Preferences | 17 import Preferences |
18 | 18 |
19 | 19 |
20 class SafeBrowsingUrl(object): | 20 class SafeBrowsingUrl: |
21 """ | 21 """ |
22 Class implementing an URL representation suitable for Google Safe Browsing. | 22 Class implementing an URL representation suitable for Google Safe Browsing. |
23 """ | 23 """ |
24 # | 24 # |
25 # Modeled after the URL class of the gglsbl package. | 25 # Modeled after the URL class of the gglsbl package. |