## This file reverse renames symbols in the wx package to give
## them their wx prefix again, for backwards compatibility.
##
-## Generated by ./distrib/build_renamers.py
+## Generated by BuildRenamers in config.py
# This silly stuff here is so the wxPython.wx module doesn't conflict
# with the wx package. We need to import modules from the wx package
wxEVT_WIZARD_FINISHED = wx.wizard.wxEVT_WIZARD_FINISHED
wxWizardEvent = wx.wizard.WizardEvent
wxWizardPage = wx.wizard.WizardPage
-wxPrePyWizardPage = wx.wizard.PrePyWizardPage
wxPyWizardPage = wx.wizard.PyWizardPage
+wxPrePyWizardPage = wx.wizard.PrePyWizardPage
+wxWizardPageSimple = wx.wizard.WizardPageSimple
wxPreWizardPageSimple = wx.wizard.PreWizardPageSimple
wxWizardPageSimple_Chain = wx.wizard.WizardPageSimple_Chain
-wxWizardPageSimple = wx.wizard.WizardPageSimple
-wxPreWizard = wx.wizard.PreWizard
wxWizard = wx.wizard.Wizard
+wxPreWizard = wx.wizard.PreWizard
d = globals()