96:9624a110667d | 97:c4086afea02b |
---|---|
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Module implementing the Editor General configuration page. | 7 Module implementing the Editor General configuration page. |
8 """ | 8 """ |
9 | |
10 import QScintilla.Lexers | |
11 | 9 |
12 from .ConfigurationPageBase import ConfigurationPageBase | 10 from .ConfigurationPageBase import ConfigurationPageBase |
13 from .Ui_EditorGeneralPage import Ui_EditorGeneralPage | 11 from .Ui_EditorGeneralPage import Ui_EditorGeneralPage |
14 | 12 |
15 import Preferences | 13 import Preferences |