comparison: eric6/WebBrowser/SafeBrowsing/SafeBrowsingUrl.py
eric6/WebBrowser/SafeBrowsing/SafeBrowsingUrl.py
- changeset 7229
- 53054eb5b15a
- parent 7192
- a22eee00b052
- child 7360
- 9190402e4505
equal
deleted
inserted
replaced
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 from __future__ import unicode_literals |
|
11 |
10 |
12 import re |
11 import re |
13 import posixpath |
12 import posixpath |
14 import socket |
13 import socket |
15 import struct |
14 import struct |