Preferences/ConfigurationPages/ShellPage.py

changeset 12
1d8dd9706f46
parent 7
c679fb30c8f3
child 13
1af94a91f439
equal deleted inserted replaced
11:b0996e4a289e 12:1d8dd9706f46
7 Module implementing the Shell configuration page. 7 Module implementing the Shell configuration page.
8 """ 8 """
9 9
10 from PyQt4.QtCore import pyqtSlot 10 from PyQt4.QtCore import pyqtSlot
11 11
12 from ConfigurationPageBase import ConfigurationPageBase 12 from .ConfigurationPageBase import ConfigurationPageBase
13 from Ui_ShellPage import Ui_ShellPage 13 from .Ui_ShellPage import Ui_ShellPage
14 14
15 import Preferences 15 import Preferences
16 16
17 class ShellPage(ConfigurationPageBase, Ui_ShellPage): 17 class ShellPage(ConfigurationPageBase, Ui_ShellPage):
18 """ 18 """

eric ide

mercurial