src/eric7/Network/IRC/IrcNetworkManager.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
9 9
10 import copy 10 import copy
11 11
12 from PyQt6.QtCore import pyqtSignal, QObject, QCoreApplication 12 from PyQt6.QtCore import pyqtSignal, QObject, QCoreApplication
13 13
14 import Utilities 14 from eric7 import Preferences, Utilities
15 from Utilities.AutoSaver import AutoSaver 15 from eric7.Utilities.AutoSaver import AutoSaver
16 from Utilities.crypto import pwConvert 16 from eric7.Utilities.crypto import pwConvert
17 import Preferences
18 17
19 18
20 class IrcIdentity: 19 class IrcIdentity:
21 """ 20 """
22 Class implementing the IRC identity object. 21 Class implementing the IRC identity object.

eric ide

mercurial