5 |
5 |
6 """ |
6 """ |
7 Module implementing the Help Documentation configuration page. |
7 Module implementing the Help Documentation configuration page. |
8 """ |
8 """ |
9 |
9 |
|
10 from eric7 import Preferences |
10 from eric7.EricWidgets.EricPathPicker import EricPathPickerModes |
11 from eric7.EricWidgets.EricPathPicker import EricPathPickerModes |
11 |
12 |
12 from .ConfigurationPageBase import ConfigurationPageBase |
13 from .ConfigurationPageBase import ConfigurationPageBase |
13 from .Ui_HelpDocumentationPage import Ui_HelpDocumentationPage |
14 from .Ui_HelpDocumentationPage import Ui_HelpDocumentationPage |
14 |
|
15 from eric7 import Preferences |
|
16 |
15 |
17 |
16 |
18 class HelpDocumentationPage(ConfigurationPageBase, Ui_HelpDocumentationPage): |
17 class HelpDocumentationPage(ConfigurationPageBase, Ui_HelpDocumentationPage): |
19 """ |
18 """ |
20 Class implementing the Help Documentation configuration page. |
19 Class implementing the Help Documentation configuration page. |