5 |
5 |
6 """ |
6 """ |
7 Module implementing the MicroPython configuration page. |
7 Module implementing the MicroPython configuration page. |
8 """ |
8 """ |
9 |
9 |
10 from __future__ import unicode_literals |
|
11 |
10 |
12 from E5Gui.E5PathPicker import E5PathPickerModes |
11 from E5Gui.E5PathPicker import E5PathPickerModes |
13 |
12 |
14 from .ConfigurationPageBase import ConfigurationPageBase |
13 from .ConfigurationPageBase import ConfigurationPageBase |
15 from .Ui_MicroPythonPage import Ui_MicroPythonPage |
14 from .Ui_MicroPythonPage import Ui_MicroPythonPage |