eric6/Utilities/__init__.py

branch
maintenance
changeset 8400
b3eefd7e58d1
parent 8273
698ae46f40a4
parent 8306
2bfd53096b5f
--- a/eric6/Utilities/__init__.py	Sat May 01 14:27:38 2021 +0200
+++ b/eric6/Utilities/__init__.py	Thu Jun 03 11:39:23 2021 +0200
@@ -52,7 +52,8 @@
 # import these methods into the Utilities namespace
 from Globals import (  # __IGNORE_WARNING__
     isWindowsPlatform, isLinuxPlatform, isMacPlatform, desktopName,
-    getConfigDir, setConfigDir, getPythonModulesDirectory,
+    getConfigDir, setConfigDir, getPythonLibraryDirectory,
+    getPythonModulesDirectory,      # TODO: eric7: delete this line
     getPyQt5ModulesDirectory, getQtBinariesPath, getPyQtToolsPath,
     qVersionTuple)
 

eric ide

mercurial