13 |
13 |
14 from PyQt4.QtCore import * |
14 from PyQt4.QtCore import * |
15 from PyQt4.QtGui import * |
15 from PyQt4.QtGui import * |
16 from PyQt4.Qsci import QsciScintilla |
16 from PyQt4.Qsci import QsciScintilla |
17 |
17 |
18 from E4Gui.E4Application import e5App |
18 from E5Gui.E5Application import e5App |
19 |
19 |
20 from . import Lexers |
20 from . import Lexers |
21 from .QsciScintillaCompat import QsciScintillaCompat, QSCINTILLA_VERSION |
21 from .QsciScintillaCompat import QsciScintillaCompat, QSCINTILLA_VERSION |
22 |
22 |
23 import Preferences |
23 import Preferences |