50 from PyQt5.Qsci import QSCINTILLA_VERSION_STR, QsciScintilla |
50 from PyQt5.Qsci import QSCINTILLA_VERSION_STR, QsciScintilla |
51 |
51 |
52 # import these methods into the Utilities namespace |
52 # import these methods into the Utilities namespace |
53 from Globals import ( # __IGNORE_WARNING__ |
53 from Globals import ( # __IGNORE_WARNING__ |
54 isWindowsPlatform, isLinuxPlatform, isMacPlatform, desktopName, |
54 isWindowsPlatform, isLinuxPlatform, isMacPlatform, desktopName, |
55 getConfigDir, setConfigDir, getPythonModulesDirectory, |
55 getConfigDir, setConfigDir, getPythonLibraryDirectory, |
|
56 getPythonModulesDirectory, # TODO: eric7: delete this line |
56 getPyQt5ModulesDirectory, getQtBinariesPath, getPyQtToolsPath, |
57 getPyQt5ModulesDirectory, getQtBinariesPath, getPyQtToolsPath, |
57 qVersionTuple) |
58 qVersionTuple) |
58 |
59 |
59 from E5Gui.E5Application import e5App |
60 from E5Gui.E5Application import e5App |
60 |
61 |