eric6/Preferences/ConfigurationPages/PythonPage.py

changeset 7780
41420f82c0ac
parent 7711
5e6792b85a8a
child 7923
91e843545d9a
equal deleted inserted replaced
7779:757334671130 7780:41420f82c0ac
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the Python configuration page. 7 Module implementing the Python configuration page.
8 """ 8 """
9
10 9
11 from PyQt5.QtCore import pyqtSlot 10 from PyQt5.QtCore import pyqtSlot
12 11
13 from .ConfigurationPageBase import ConfigurationPageBase 12 from .ConfigurationPageBase import ConfigurationPageBase
14 from .Ui_PythonPage import Ui_PythonPage 13 from .Ui_PythonPage import Ui_PythonPage

eric ide

mercurial