4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing the Editor Properties configuration page. |
7 Module implementing the Editor Properties configuration page. |
8 """ |
8 """ |
|
9 |
|
10 from __future__ import unicode_literals # __IGNORE_WARNING__ |
9 |
11 |
10 from QScintilla.QsciScintillaCompat import QSCINTILLA_VERSION |
12 from QScintilla.QsciScintillaCompat import QSCINTILLA_VERSION |
11 |
13 |
12 from .ConfigurationPageBase import ConfigurationPageBase |
14 from .ConfigurationPageBase import ConfigurationPageBase |
13 from .Ui_EditorPropertiesPage import Ui_EditorPropertiesPage |
15 from .Ui_EditorPropertiesPage import Ui_EditorPropertiesPage |