--- a/eric7/WebBrowser/SafeBrowsing/SafeBrowsingCache.py Sun May 16 11:43:59 2021 +0200 +++ b/eric7/WebBrowser/SafeBrowsing/SafeBrowsingCache.py Sun May 16 20:07:24 2021 +0200 @@ -16,10 +16,10 @@ import os -from PyQt5.QtCore import ( +from PyQt6.QtCore import ( QObject, QByteArray, QCryptographicHash, QCoreApplication, QEventLoop ) -from PyQt5.QtSql import QSql, QSqlDatabase, QSqlQuery +from PyQt6.QtSql import QSql, QSqlDatabase, QSqlQuery from .SafeBrowsingThreatList import ThreatList