src/eric7/Preferences/ConfigurationPages/CondaPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10069
435cc5875135
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
50 def create(dlg): # noqa: U100 50 def create(dlg): # noqa: U100
51 """ 51 """
52 Module function to create the configuration page. 52 Module function to create the configuration page.
53 53
54 @param dlg reference to the configuration dialog 54 @param dlg reference to the configuration dialog
55 @return reference to the instantiated page (ConfigurationPageBase) 55 @type ConfigurationDialog
56 @return reference to the instantiated page
57 @rtype ConfigurationPageBase
56 """ 58 """
57 page = CondaPage() 59 page = CondaPage()
58 return page 60 return page

eric ide

mercurial