5 |
5 |
6 """ |
6 """ |
7 Module implementing the protobuf configuration page. |
7 Module implementing the protobuf 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_ProtobufPage import Ui_ProtobufPage |
13 from .Ui_ProtobufPage import Ui_ProtobufPage |
14 |
14 |
15 import Preferences |
15 from eric7 import Preferences |
16 |
16 |
17 |
17 |
18 class ProtobufPage(ConfigurationPageBase, Ui_ProtobufPage): |
18 class ProtobufPage(ConfigurationPageBase, Ui_ProtobufPage): |
19 """ |
19 """ |
20 Class implementing the protobuf configuration page. |
20 Class implementing the protobuf configuration page. |