]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/editor/selection.py
compilation fix after removing wxImage(wxImage *) ctor
[wxWidgets.git] / wxPython / wx / lib / editor / selection.py
index 9a9ed9b2c88a6c821223db44d4a4dd7304dcd1c9..df61cdc599a9b309d00f202d938db5b73df62bec 100644 (file)
@@ -1,5 +1,7 @@
-True  = 1
-False = 0
+# 12/14/2003 - Jeff Grimmett (grimmtooth@softhome.net)
+#
+# o 2.5 compatability update.
+#
 
 def RestOfLine(sx, width, data, bool):
     if len(data) == 0 and sx == 0: