eric6/Utilities/__init__.py

branch
maintenance
changeset 8400
b3eefd7e58d1
parent 8273
698ae46f40a4
parent 8306
2bfd53096b5f
equal deleted inserted replaced
8274:197414ba11cc 8400:b3eefd7e58d1
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

eric ide

mercurial