Preferences/ConfigurationPages/PluginManagerPage.py

changeset 2964
84b65fb9e780
parent 2302
f29e9405c851
child 3025
67064c71df21
child 3057
10516539f238
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
71 def create(dlg): 71 def create(dlg):
72 """ 72 """
73 Module function to create the configuration page. 73 Module function to create the configuration page.
74 74
75 @param dlg reference to the configuration dialog 75 @param dlg reference to the configuration dialog
76 @return reference to the instantiated page (ConfigurationPageBase)
76 """ 77 """
77 page = PluginManagerPage() 78 page = PluginManagerPage()
78 return page 79 return page

eric ide

mercurial