diff -r 5798ee4a8807 -r 3f23dbf37dbe src/eric7/Preferences/ConfigurationPages/ProtobufPage.py --- a/src/eric7/Preferences/ConfigurationPages/ProtobufPage.py Fri Nov 04 13:46:31 2022 +0100 +++ b/src/eric7/Preferences/ConfigurationPages/ProtobufPage.py Fri Nov 04 13:52:26 2022 +0100 @@ -7,13 +7,12 @@ Module implementing the protobuf configuration page. """ +from eric7 import Preferences from eric7.EricWidgets.EricPathPicker import EricPathPickerModes from .ConfigurationPageBase import ConfigurationPageBase from .Ui_ProtobufPage import Ui_ProtobufPage -from eric7 import Preferences - class ProtobufPage(ConfigurationPageBase, Ui_ProtobufPage): """