72 ) |
72 ) |
73 else: |
73 else: |
74 Preferences.setDocuViewer("Provider", "disabled") |
74 Preferences.setDocuViewer("Provider", "disabled") |
75 |
75 |
76 |
76 |
77 def create(dlg): |
77 def create(dlg): # noqa: U100 |
78 """ |
78 """ |
79 Module function to create the configuration page. |
79 Module function to create the configuration page. |
80 |
80 |
81 @param dlg reference to the configuration dialog |
81 @param dlg reference to the configuration dialog |
82 @return reference to the instantiated page (ConfigurationPageBase) |
82 @return reference to the instantiated page (ConfigurationPageBase) |