]> git.saurik.com Git - wxWidgets.git/commitdiff
It *does* work now
authorRobin Dunn <robin@alldunn.com>
Tue, 6 Jan 2004 21:46:44 +0000 (21:46 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 6 Jan 2004 21:46:44 +0000 (21:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wxPython/_wx.py

index fe3ea11ac1139ad9555dfcd69cd5a443369c4cc6..9c671ae9e4f35ca4b4b143318f96e067e8e35cea 100644 (file)
@@ -40,8 +40,6 @@ wxPy_isinstance = isinstance
 # compatible with 2.4, so assign the new classes to wx*DC_new and make
 # the _old classes be the defaults with the normal names.
 
-# Too bad it doesn't currently work...
-
 wxDC_new = wxDC; wxDC = wxDC_old                 
 wxMemoryDC_new = wxMemoryDC; wxMemoryDC = wxMemoryDC_old           
 wxBufferedDC_new = wxBufferedDC; wxBufferedDC = wxBufferedDC_old