--- a/Preferences/ConfigurationPages/ViewmanagerPage.py Sun Jan 31 17:11:22 2010 +0000 +++ b/Preferences/ConfigurationPages/ViewmanagerPage.py Sun Jan 31 18:31:28 2010 +0000 @@ -7,10 +7,7 @@ Module implementing the Viewmanager configuration page. """ -import os - from PyQt4.QtCore import pyqtSlot -from PyQt4.QtGui import QPixmap from E5Gui.E5Application import e5App @@ -19,8 +16,6 @@ import Preferences -from eric5config import getConfig - class ViewmanagerPage(ConfigurationPageBase, Ui_ViewmanagerPage): """ Class implementing the Viewmanager configuration page. @@ -91,4 +86,4 @@ @param dlg reference to the configuration dialog """ page = ViewmanagerPage() - return page \ No newline at end of file + return page