src/eric7/Preferences/ConfigurationPages/EmailPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10692
9becf9ca115c
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
310 self.googleMailInfoLabel.show() 310 self.googleMailInfoLabel.show()
311 self.googleHelpButton.setEnabled(False) 311 self.googleHelpButton.setEnabled(False)
312 Preferences.setUser("UseGoogleMailOAuth2", False) 312 Preferences.setUser("UseGoogleMailOAuth2", False)
313 313
314 314
315 def create(dlg): # noqa: U100 315 def create(_dlg):
316 """ 316 """
317 Module function to create the configuration page. 317 Module function to create the configuration page.
318 318
319 @param dlg reference to the configuration dialog 319 @param _dlg reference to the configuration dialog (unused)
320 @type ConfigurationDialog 320 @type ConfigurationDialog
321 @return reference to the instantiated page 321 @return reference to the instantiated page
322 @rtype ConfigurationPageBase 322 @rtype ConfigurationPageBase
323 """ 323 """
324 page = EmailPage() 324 page = EmailPage()

eric ide

mercurial