comparison: eric6/WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py
eric6/WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py
- changeset 7781
- 607a6098cb44
- parent 7639
- 422fd05e9c91
- child 7923
- 91e843545d9a
equal
deleted
inserted
replaced
4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing the low level interface for Google Safe Browsing. |
7 Module implementing the low level interface for Google Safe Browsing. |
8 """ |
8 """ |
9 |
|
10 |
9 |
11 import json |
10 import json |
12 import base64 |
11 import base64 |
13 |
12 |
14 from PyQt5.QtCore import ( |
13 from PyQt5.QtCore import ( |