## This file reverse renames symbols in the wx package to give
## them their wx prefix again, for backwards compatibility.
##
## This file reverse renames symbols in the wx package to give
## them their wx prefix again, for backwards compatibility.
##
# 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
# 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
wxEVT_WIZARD_FINISHED = wx.wizard.wxEVT_WIZARD_FINISHED
wxWizardEvent = wx.wizard.WizardEvent
wxWizardPage = wx.wizard.WizardPage
wxPreWizardPageSimple = wx.wizard.PreWizardPageSimple
wxWizardPageSimple_Chain = wx.wizard.WizardPageSimple_Chain
wxPreWizardPageSimple = wx.wizard.PreWizardPageSimple
wxWizardPageSimple_Chain = wx.wizard.WizardPageSimple_Chain