Preferences/ConfigurationPages/CondaPage.py

branch
conda
changeset 6678
5f1de9e59227
parent 6672
2af01e538c57
child 6697
2f5c951bdf14
equal deleted inserted replaced
6677:6299d69a218a 6678:5f1de9e59227
22 Class implementing the conda configuration page. 22 Class implementing the conda configuration page.
23 """ 23 """
24 def __init__(self): 24 def __init__(self):
25 """ 25 """
26 Constructor 26 Constructor
27
28 @param parent reference to the parent widget
29 @type QWidget
30 """ 27 """
31 super(CondaPage, self).__init__() 28 super(CondaPage, self).__init__()
32 self.setupUi(self) 29 self.setupUi(self)
33 self.setObjectName("CondaPage") 30 self.setObjectName("CondaPage")
34 31

eric ide

mercurial