src/eric7/Preferences/ConfigurationPages/ProtobufPage.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
5 5
6 """ 6 """
7 Module implementing the protobuf configuration page. 7 Module implementing the protobuf 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_ProtobufPage import Ui_ProtobufPage 14 from .Ui_ProtobufPage import Ui_ProtobufPage
14
15 from eric7 import Preferences
16 15
17 16
18 class ProtobufPage(ConfigurationPageBase, Ui_ProtobufPage): 17 class ProtobufPage(ConfigurationPageBase, Ui_ProtobufPage):
19 """ 18 """
20 Class implementing the protobuf configuration page. 19 Class implementing the protobuf configuration page.

eric ide

mercurial