--- 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