Preferences/ConfigurationDialog.py

changeset 825
9cdec3c5bc07
parent 802
e8882d16384c
child 934
657269549914
child 1107
cad60e83a962
diff -r 360e007523bd -r 9cdec3c5bc07 Preferences/ConfigurationDialog.py
--- a/Preferences/ConfigurationDialog.py	Fri Jan 07 12:08:01 2011 +0100
+++ b/Preferences/ConfigurationDialog.py	Fri Jan 07 12:38:39 2011 +0100
@@ -430,8 +430,6 @@
         """
         self.lexers = {}
         for language in QScintilla.Lexers.getSupportedLanguages():
-##            if language in ["Python2", "Python3"]:
-##                language = "Python"
             if language not in self.lexers:
                 try:
                     self.lexers[language] = PreferencesLexer(language, self)

eric ide

mercurial