projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
New style
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
editor
/
selection.py
diff --git
a/wxPython/wx/lib/editor/selection.py
b/wxPython/wx/lib/editor/selection.py
index 9a9ed9b2c88a6c821223db44d4a4dd7304dcd1c9..df61cdc599a9b309d00f202d938db5b73df62bec 100644
(file)
--- a/
wxPython/wx/lib/editor/selection.py
+++ b/
wxPython/wx/lib/editor/selection.py
@@
-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:
def RestOfLine(sx, width, data, bool):
if len(data) == 0 and sx == 0: