]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/tests/test6.py
Wrapper updates for wxHtmlLinkInfo and other changes
[wxWidgets.git] / utils / wxPython / tests / test6.py
index f79a98f38f23f925f33e1e15d9ee073a46b17399..07568e227e2179984a83a4f42ccc083e7e301f6c 100644 (file)
@@ -12,7 +12,7 @@
 #----------------------------------------------------------------------------
 
 import sys
-from wxPython.wx import wxConfig
+from wxPython.utils import wxConfig
 
 
 #----------------------------------------------------------------------------
@@ -79,25 +79,3 @@ if __name__ == '__main__':
 
 
 #----------------------------------------------------------------------------
-#
-# $Log$
-# Revision 1.1  1998/12/15 20:44:37  RD
-# Changed the import semantics from "from wxPython import *" to "from
-# wxPython.wx import *"  This is for people who are worried about
-# namespace pollution, they can use "from wxPython import wx" and then
-# prefix all the wxPython identifiers with "wx."
-#
-# Added wxTaskbarIcon for wxMSW.
-#
-# Made the events work for wxGrid.
-#
-# Added wxConfig.
-#
-# Added wxMiniFrame for wxGTK, (untested.)
-#
-# Changed many of the args and return values that were pointers to gdi
-# objects to references to reflect changes in the wxWindows API.
-#
-# Other assorted fixes and additions.
-#
-#