4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing the Help Documentation configuration page. |
7 Module implementing the Help Documentation configuration page. |
8 """ |
8 """ |
9 |
|
10 |
9 |
11 from E5Gui.E5PathPicker import E5PathPickerModes |
10 from E5Gui.E5PathPicker import E5PathPickerModes |
12 |
11 |
13 from .ConfigurationPageBase import ConfigurationPageBase |
12 from .ConfigurationPageBase import ConfigurationPageBase |
14 from .Ui_HelpDocumentationPage import Ui_HelpDocumentationPage |
13 from .Ui_HelpDocumentationPage import Ui_HelpDocumentationPage |