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 from PyQt4.QtCore import * |
11 from PyQt4.QtCore import * |
12 from PyQt4.Qsci import QsciScintilla |
|
13 |
12 |
14 from E5Gui.E5Application import e5App |
13 from E5Gui.E5Application import e5App |
15 |
14 |
16 from .APIsManager import APIsManager, ApisNameProject |
15 from .APIsManager import APIsManager, ApisNameProject |
17 |
16 |