19 from .ConfigurationPageBase import ConfigurationPageBase |
19 from .ConfigurationPageBase import ConfigurationPageBase |
20 from .Ui_InterfaceLightPage import Ui_InterfaceLightPage |
20 from .Ui_InterfaceLightPage import Ui_InterfaceLightPage |
21 |
21 |
22 from eric7 import Preferences, Utilities |
22 from eric7 import Preferences, Utilities |
23 |
23 |
24 from eric7config import getConfig |
24 from eric7.Globals import getConfig |
25 |
25 |
26 |
26 |
27 class InterfaceLightPage(ConfigurationPageBase, Ui_InterfaceLightPage): |
27 class InterfaceLightPage(ConfigurationPageBase, Ui_InterfaceLightPage): |
28 """ |
28 """ |
29 Class implementing the Interface configuration page (variant for generic |
29 Class implementing the Interface configuration page (variant for generic |