src/eric7/Preferences/ConfigurationPages/MimeTypesPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10069
435cc5875135
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
105 def create(dlg): # noqa: U100 105 def create(dlg): # noqa: U100
106 """ 106 """
107 Module function to create the configuration page. 107 Module function to create the configuration page.
108 108
109 @param dlg reference to the configuration dialog 109 @param dlg reference to the configuration dialog
110 @return reference to the instantiated page (ConfigurationPageBase) 110 @type ConfigurationDialog
111 @return reference to the instantiated page
112 @rtype ConfigurationPageBase
111 """ 113 """
112 page = MimeTypesPage() 114 page = MimeTypesPage()
113 return page 115 return page

eric ide

mercurial