DataViews/PyProfileDialog.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
child 96
9624a110667d
--- a/DataViews/PyProfileDialog.py	Sat Jan 02 16:15:57 2010 +0000
+++ b/DataViews/PyProfileDialog.py	Sat Jan 02 17:09:08 2010 +0000
@@ -17,7 +17,7 @@
 from .Ui_PyProfileDialog import Ui_PyProfileDialog
 import Utilities
 
-from eric4config import getConfig
+from eric5config import getConfig
 
 class ProfileTreeWidgetItem(QTreeWidgetItem):
     """
@@ -313,4 +313,4 @@
             self.exclude = True
             self.filterItm.setText(self.trUtf8('Exclude Python Library'))
             self.__populateLists(False)
-        self.__finish()
+        self.__finish()
\ No newline at end of file

eric ide

mercurial