src/eric7/Network/IRC/IrcNetworkManager.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9624
b47dfa7a137d
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
7 Module implementing the IRC data structures and their manager. 7 Module implementing the IRC data structures and their manager.
8 """ 8 """
9 9
10 import copy 10 import copy
11 11
12 from PyQt6.QtCore import pyqtSignal, QObject, QCoreApplication 12 from PyQt6.QtCore import QCoreApplication, QObject, pyqtSignal
13 13
14 from eric7 import Preferences, Utilities 14 from eric7 import Preferences, Utilities
15 from eric7.Utilities.AutoSaver import AutoSaver 15 from eric7.Utilities.AutoSaver import AutoSaver
16 from eric7.Utilities.crypto import pwConvert 16 from eric7.Utilities.crypto import pwConvert
17 17

eric ide

mercurial