src/eric7/Network/IRC/IrcNetworkManager.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
--- 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:

eric ide

mercurial