199:7fe0b2f0b5ba | 200:90c24865ba02 |
---|---|
6 """ | 6 """ |
7 Module implementing the eric assistant, an alternative autocompletion and | 7 Module implementing the eric assistant, an alternative autocompletion and |
8 calltips system. | 8 calltips system. |
9 """ | 9 """ |
10 | 10 |
11 import imp | |
11 import re | 12 import re |
12 import imp | |
13 | 13 |
14 from PyQt6.QtCore import QObject | 14 from PyQt6.QtCore import QObject |
15 | 15 |
16 from eric7.EricWidgets.EricApplication import ericApp | 16 from eric7.EricWidgets.EricApplication import ericApp |
17 | 17 |