472:e045f23a06f4 | 493:9b1e1a1212e3 |
---|---|
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Module implementing the APIsManager. | 7 Module implementing the APIsManager. |
8 """ | 8 """ |
9 | |
10 import os | |
9 | 11 |
10 from PyQt4.QtCore import * | 12 from PyQt4.QtCore import * |
11 from PyQt4.Qsci import QsciAPIs | 13 from PyQt4.Qsci import QsciAPIs |
12 | 14 |
13 from . import Lexers | 15 from . import Lexers |