diff -r 45e7bb09c120 -r 80c06d472826 src/eric7/Network/IRC/IrcNetworkManager.py --- a/src/eric7/Network/IRC/IrcNetworkManager.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/Network/IRC/IrcNetworkManager.py Tue Oct 18 16:06:21 2022 +0200 @@ -11,10 +11,9 @@ from PyQt6.QtCore import pyqtSignal, QObject, QCoreApplication -import Utilities -from Utilities.AutoSaver import AutoSaver -from Utilities.crypto import pwConvert -import Preferences +from eric7 import Preferences, Utilities +from eric7.Utilities.AutoSaver import AutoSaver +from eric7.Utilities.crypto import pwConvert class IrcIdentity: