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 EricWidgets.EricPathPicker import EricPathPickerModes |
10 from eric7.EricWidgets.EricPathPicker import EricPathPickerModes |
11 |
11 |
12 from .ConfigurationPageBase import ConfigurationPageBase |
12 from .ConfigurationPageBase import ConfigurationPageBase |
13 from .Ui_HelpDocumentationPage import Ui_HelpDocumentationPage |
13 from .Ui_HelpDocumentationPage import Ui_HelpDocumentationPage |
14 |
14 |
15 import Preferences |
15 from eric7 import Preferences |
16 |
16 |
17 |
17 |
18 class HelpDocumentationPage(ConfigurationPageBase, Ui_HelpDocumentationPage): |
18 class HelpDocumentationPage(ConfigurationPageBase, Ui_HelpDocumentationPage): |
19 """ |
19 """ |
20 Class implementing the Help Documentation configuration page. |
20 Class implementing the Help Documentation configuration page. |