7779:757334671130 | 7780:41420f82c0ac |
---|---|
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Module implementing the MicroPython configuration page. | 7 Module implementing the MicroPython 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_MicroPythonPage import Ui_MicroPythonPage | 13 from .Ui_MicroPythonPage import Ui_MicroPythonPage |