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
|
||||
|
||||
|
||||
# Make some to help backawrds compatibility for the old namespace.
|
||||
# This is only for code that is using tthe wxPython.wx package and
|
||||
# using names and classes in the old way. New code should use the wx
|
||||
# namespace and the new names.
|
||||
# Make some aliases to help backawrds compatibility for the old
|
||||
# namespace. This is only for code that is using tthe wxPython.wx
|
||||
# package and using names and classes in the old way. New code should
|
||||
# use the wx namespace and the new names.
|
||||
|
||||
wxPyDefaultPosition = wxDefaultPosition
|
||||
wxPyDefaultSize = wxDefaultSize
|
||||
|
Loading…
Reference in New Issue
Block a user