eric6/WebBrowser/SafeBrowsing/SafeBrowsingUrl.py

changeset 8207
d359172d11be
parent 7988
c4c17121eff8
child 8240
93b8a353c4bf
equal deleted inserted replaced
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.

eric ide

mercurial