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 |