Fixed a typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
88c0b10897
commit
998e6e9fdb
@ -11,10 +11,10 @@ from misc import *
|
|||||||
del wx
|
del wx
|
||||||
|
|
||||||
|
|
||||||
# Make some to help backawrds compatibility for the old namespace.
|
# Make some aliases to help backawrds compatibility for the old
|
||||||
# This is only for code that is using tthe wxPython.wx package and
|
# namespace. This is only for code that is using tthe wxPython.wx
|
||||||
# using names and classes in the old way. New code should use the wx
|
# package and using names and classes in the old way. New code should
|
||||||
# namespace and the new names.
|
# use the wx namespace and the new names.
|
||||||
|
|
||||||
wxPyDefaultPosition = wxDefaultPosition
|
wxPyDefaultPosition = wxDefaultPosition
|
||||||
wxPyDefaultSize = wxDefaultSize
|
wxPyDefaultSize = wxDefaultSize
|
||||||
|
Loading…
Reference in New Issue
Block a user