src/eric7/DataViews/PyProfileDialog.py

branch
eric7
changeset 9624
b47dfa7a137d
parent 9473
3f23dbf37dbe
child 9653
e67609152c5e
--- a/src/eric7/DataViews/PyProfileDialog.py	Sun Dec 18 14:19:10 2022 +0100
+++ b/src/eric7/DataViews/PyProfileDialog.py	Sun Dec 18 19:33:46 2022 +0100
@@ -21,8 +21,8 @@
     QTreeWidgetItem,
 )
 
-from eric7 import Utilities
 from eric7.EricWidgets import EricMessageBox
+from eric7.SystemUtilities import PythonUtilities
 
 from .Ui_PyProfileDialog import Ui_PyProfileDialog
 
@@ -80,7 +80,7 @@
         self.cancelled = False
         self.exclude = True
         self.ericpath = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
-        self.pyLibPath = Utilities.getPythonLibPath()
+        self.pyLibPath = PythonUtilities.getPythonLibPath()
 
         self.summaryList.headerItem().setText(self.summaryList.columnCount(), "")
         self.resultList.headerItem().setText(self.resultList.columnCount(), "")

eric ide

mercurial