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) |