--- a/Preferences/ConfigurationPages/ViewmanagerPage.py Sat Jan 02 16:15:57 2010 +0000 +++ b/Preferences/ConfigurationPages/ViewmanagerPage.py Sat Jan 02 17:09:08 2010 +0000 @@ -19,7 +19,7 @@ import Preferences -from eric4config import getConfig +from eric5config import getConfig class ViewmanagerPage(ConfigurationPageBase, Ui_ViewmanagerPage): """ @@ -91,4 +91,4 @@ @param dlg reference to the configuration dialog """ page = ViewmanagerPage() - return page + return page \ No newline at end of file