src/eric7/Preferences/ConfigurationPages/EditorExportersPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10373
093dcebe5ecb
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
197 def create(dlg): # noqa: U100 197 def create(dlg): # noqa: U100
198 """ 198 """
199 Module function to create the configuration page. 199 Module function to create the configuration page.
200 200
201 @param dlg reference to the configuration dialog 201 @param dlg reference to the configuration dialog
202 @return reference to the instantiated page (ConfigurationPageBase) 202 @type ConfigurationDialog
203 @return reference to the instantiated page
204 @rtype ConfigurationPageBase
203 """ 205 """
204 page = EditorExportersPage() 206 page = EditorExportersPage()
205 return page 207 return page

eric ide

mercurial