Preferences/ConfigurationPages/PrinterPage.py

changeset 2964
84b65fb9e780
parent 2302
f29e9405c851
child 3025
67064c71df21
child 3057
10516539f238
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
95 def create(dlg): 95 def create(dlg):
96 """ 96 """
97 Module function to create the configuration page. 97 Module function to create the configuration page.
98 98
99 @param dlg reference to the configuration dialog 99 @param dlg reference to the configuration dialog
100 @return reference to the instantiated page (ConfigurationPageBase)
100 """ 101 """
101 page = PrinterPage() 102 page = PrinterPage()
102 return page 103 return page

eric ide

mercurial