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