]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/animate.py
1 ## This file reverse renames symbols in the wx package to give
2 ## them their wx prefix again, for backwards compatibility.
4 ## Generated by BuildRenamers in config.py
6 # This silly stuff here is so the wxPython.wx module doesn't conflict
7 # with the wx package. We need to import modules from the wx package
8 # here, then we'll put the wxPython.wx entry back in sys.modules.
11 if sys
.modules
.has_key('wxPython.wx'):
12 _wx
= sys
.modules
['wxPython.wx']
13 del sys
.modules
['wxPython.wx']
17 sys
.modules
['wxPython.wx'] = _wx
21 # Now assign all the reverse-renamed names:
22 wxANIM_UNSPECIFIED
= wx
.animate
.ANIM_UNSPECIFIED
23 wxANIM_DONOTREMOVE
= wx
.animate
.ANIM_DONOTREMOVE
24 wxANIM_TOBACKGROUND
= wx
.animate
.ANIM_TOBACKGROUND
25 wxANIM_TOPREVIOUS
= wx
.animate
.ANIM_TOPREVIOUS
26 wxAnimation
= wx
.animate
.Animation
27 wxAnimationCtrl
= wx
.animate
.AnimationCtrl
28 wxAnimationBase
= wx
.animate
.AnimationBase
29 wxGIFAnimationCtrl
= wx
.animate
.GIFAnimationCtrl