24 qVersion, PYQT_VERSION_STR, QCoreApplication |
24 qVersion, PYQT_VERSION_STR, QCoreApplication |
25 from PyQt4.Qsci import QSCINTILLA_VERSION_STR, QsciScintilla |
25 from PyQt4.Qsci import QSCINTILLA_VERSION_STR, QsciScintilla |
26 |
26 |
27 from Globals import isWindowsPlatform # import this method into the Utilities namespace |
27 from Globals import isWindowsPlatform # import this method into the Utilities namespace |
28 |
28 |
29 from E4Gui.E4Application import e5App |
29 from E5Gui.E5Application import e5App |
30 |
30 |
31 from UI.Info import Program, Version |
31 from UI.Info import Program, Version |
32 |
32 |
33 from eric5config import getConfig |
33 from eric5config import getConfig |
34 import Preferences |
34 import Preferences |