Preferences/ConfigurationPages/EditorPropertiesPage.py

changeset 12
1d8dd9706f46
parent 7
c679fb30c8f3
child 13
1af94a91f439
--- 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

eric ide

mercurial