21 from .Ui_InterfacePage import Ui_InterfacePage |
21 from .Ui_InterfacePage import Ui_InterfacePage |
22 |
22 |
23 from eric7 import Preferences, Utilities |
23 from eric7 import Preferences, Utilities |
24 from eric7.EricGui import EricPixmapCache |
24 from eric7.EricGui import EricPixmapCache |
25 |
25 |
26 from eric7config import getConfig |
26 from eric7.Globals import getConfig |
27 |
27 |
28 |
28 |
29 class InterfacePage(ConfigurationPageBase, Ui_InterfacePage): |
29 class InterfacePage(ConfigurationPageBase, Ui_InterfacePage): |
30 """ |
30 """ |
31 Class implementing the Interface configuration page. |
31 Class implementing the Interface configuration page. |