10068:7febcdccb2a1 | 10069:435cc5875135 |
---|---|
94 msg | 94 msg |
95 ) | 95 ) |
96 ) | 96 ) |
97 | 97 |
98 | 98 |
99 def create(dlg): | 99 def create(dlg): # noqa: U100 |
100 """ | 100 """ |
101 Module function to create the configuration page. | 101 Module function to create the configuration page. |
102 | 102 |
103 @param dlg reference to the configuration dialog | 103 @param dlg reference to the configuration dialog |
104 @return reference to the instantiated page (ConfigurationPageBase) | 104 @return reference to the instantiated page (ConfigurationPageBase) |