diff -r 5798ee4a8807 -r 3f23dbf37dbe src/eric7/WebBrowser/Sync/SyncEncryptionPage.py --- a/src/eric7/WebBrowser/Sync/SyncEncryptionPage.py Fri Nov 04 13:46:31 2022 +0100 +++ b/src/eric7/WebBrowser/Sync/SyncEncryptionPage.py Fri Nov 04 13:52:26 2022 +0100 @@ -10,9 +10,9 @@ from PyQt6.QtCore import pyqtSlot from PyQt6.QtWidgets import QWizardPage -from .Ui_SyncEncryptionPage import Ui_SyncEncryptionPage +from eric7 import Preferences -from eric7 import Preferences +from .Ui_SyncEncryptionPage import Ui_SyncEncryptionPage class SyncEncryptionPage(QWizardPage, Ui_SyncEncryptionPage):