eric7/WebBrowser/Network/SslErrorExceptionsDialog.py

branch
eric7
changeset 8553
10d31e5ce9e5
parent 8318
962bce857696
child 8561
641304b46f08
--- a/eric7/WebBrowser/Network/SslErrorExceptionsDialog.py	Sun Aug 29 12:40:12 2021 +0200
+++ b/eric7/WebBrowser/Network/SslErrorExceptionsDialog.py	Sun Aug 29 12:40:51 2021 +0200
@@ -9,7 +9,7 @@
 
 from PyQt6.QtCore import pyqtSlot, Qt, QPoint
 from PyQt6.QtWidgets import QDialog, QTreeWidgetItem, QMenu
-from PyQt6.QtWebEngineWidgets import QWebEngineCertificateError
+from PyQt6.QtWebEngineCore import QWebEngineCertificateError
 
 from .Ui_SslErrorExceptionsDialog import Ui_SslErrorExceptionsDialog
 

eric ide

mercurial