12 from PyQt4.QtCore import pyqtSlot |
12 from PyQt4.QtCore import pyqtSlot |
13 from PyQt4.QtGui import QPixmap |
13 from PyQt4.QtGui import QPixmap |
14 |
14 |
15 from E4Gui.E4Application import e4App |
15 from E4Gui.E4Application import e4App |
16 |
16 |
17 from ConfigurationPageBase import ConfigurationPageBase |
17 from .ConfigurationPageBase import ConfigurationPageBase |
18 from Ui_ViewmanagerPage import Ui_ViewmanagerPage |
18 from .Ui_ViewmanagerPage import Ui_ViewmanagerPage |
19 |
19 |
20 import Preferences |
20 import Preferences |
21 |
21 |
22 from eric4config import getConfig |
22 from eric4config import getConfig |
23 |
23 |