X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b639c3c5ef53c4bdefd3b27aac1496787f024cb8..2912e35f1774b140b44cb9f9568aa5ab8122cd02:/utils/wxPython/tests/test5.py diff --git a/utils/wxPython/tests/test5.py b/utils/wxPython/tests/test5.py index 396e92a437..f81ddbb515 100644 --- a/utils/wxPython/tests/test5.py +++ b/utils/wxPython/tests/test5.py @@ -12,7 +12,7 @@ #---------------------------------------------------------------------------- -from wxPython import * +from wxPython.wx import * #--------------------------------------------------------------------------- @@ -89,11 +89,3 @@ if __name__ == '__main__': #---------------------------------------------------------------------------- -# -# $Log$ -# Revision 1.1 1998/11/25 08:47:12 RD -# Added wxPalette, wxRegion, wxRegionIterator, wxTaskbarIcon -# Added events for wxGrid -# Other various fixes and additions -# -#