eric6/WebBrowser/SafeBrowsing/SafeBrowsingCache.py

changeset 7229
53054eb5b15a
parent 7192
a22eee00b052
child 7269
0c63ea7f94bd
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
11 # Some part of this code were ported from gglsbl.storage and adapted 11 # Some part of this code were ported from gglsbl.storage and adapted
12 # to QtSql. 12 # to QtSql.
13 # 13 #
14 # https://github.com/afilipovich/gglsbl 14 # https://github.com/afilipovich/gglsbl
15 # 15 #
16
17 from __future__ import unicode_literals, division
18 16
19 import os 17 import os
20 18
21 from PyQt5.QtCore import QObject, QByteArray, QCryptographicHash, \ 19 from PyQt5.QtCore import QObject, QByteArray, QCryptographicHash, \
22 QCoreApplication, QEventLoop 20 QCoreApplication, QEventLoop

eric ide

mercurial