src/eric7/Preferences/ConfigurationPages/EditorFilePage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10307
c685f4e12916
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
403 del sys.modules["pymdownx"] 403 del sys.modules["pymdownx"]
404 except ImportError: 404 except ImportError:
405 self.previewMarkdownPyMdownInstallPushButton.setEnabled(True) 405 self.previewMarkdownPyMdownInstallPushButton.setEnabled(True)
406 406
407 407
408 def create(dlg): 408 def create(dlg): # noqa: U100
409 """ 409 """
410 Module function to create the configuration page. 410 Module function to create the configuration page.
411 411
412 @param dlg reference to the configuration dialog 412 @param dlg reference to the configuration dialog
413 @return reference to the instantiated page (ConfigurationPageBase) 413 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial