import wx

Changed some strings to refer to "Py" rather than "PyCrust".


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Patrick K. O'Brien
2003-05-03 16:01:41 +00:00
parent f9940dab60
commit 35825a5dcc
15 changed files with 316 additions and 307 deletions

View File

@@ -2,7 +2,7 @@
0.9.2 (5/3/2003 to //2003)
-----------------------------
Changed to new "wx" package::
Changed to the new prefix-less "wx" package::
import wx
@@ -10,6 +10,15 @@ instead of::
from wxPython import wx
Fixed typo in ``PyWrap.py``::
if __name__ == '__main__':
main(sys.argv)
should have been::
if __name__ == '__main__':
main()
0.9.1 (3/21/2003 to 5/2/2003)