--- a/Preferences/ConfigurationPages/EditorPropertiesPage.py Fri Jan 01 16:11:36 2010 +0000 +++ b/Preferences/ConfigurationPages/EditorPropertiesPage.py Sat Jan 02 15:11:35 2010 +0000 @@ -11,8 +11,8 @@ from QScintilla.QsciScintillaCompat import QSCINTILLA_VERSION -from ConfigurationPageBase import ConfigurationPageBase -from Ui_EditorPropertiesPage import Ui_EditorPropertiesPage +from .ConfigurationPageBase import ConfigurationPageBase +from .Ui_EditorPropertiesPage import Ui_EditorPropertiesPage import Preferences @@ -30,7 +30,7 @@ self.setupUi(self) self.setObjectName("EditorPropertiesPage") - self.languages = sorted(lexers.keys()[:]) + self.languages = sorted(list(lexers.keys())[:]) # set initial values # All