X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6158f936ec6b3edfff2e0918ff44ea18e1ed7d2b..dd83f6184e8873b12adbb43071f8f8762f39f82c:/wxPython/docs/MigrationGuide.html diff --git a/wxPython/docs/MigrationGuide.html b/wxPython/docs/MigrationGuide.html index b25cd127e8..d6b33f9cf1 100644 --- a/wxPython/docs/MigrationGuide.html +++ b/wxPython/docs/MigrationGuide.html @@ -174,12 +174,9 @@ app.MainLoop()
You shouldn't need to migrate all your modules over to use the new package and names right away as there are modules in place that try to provide as much backwards compatibility of the names as possible. If -you rewrote the above sample using "from wxPython.wx import *", the +you rewrote the above sample using "from wxPython.wx import * ", the old wxNames, and the old style of event binding it will still work just fine.
-