projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bump copyright date and indicate debug builds too in 'easter egg' dialog.
[wxWidgets.git]
/
wxPython
/
demo
/
ListCtrl_virtual.py
diff --git
a/wxPython/demo/ListCtrl_virtual.py
b/wxPython/demo/ListCtrl_virtual.py
index 75f5d97573126ca3a81786db0ec712a30bcee5b7..8d842da7737b24a5d5dd6a2302c543886ba76636 100644
(file)
--- a/
wxPython/demo/ListCtrl_virtual.py
+++ b/
wxPython/demo/ListCtrl_virtual.py
@@
-1,11
+1,3
@@
-# 11/20/2003 - Jeff Grimmett (grimmtooth@softhome.net)
-#
-# o Updated for wx namespace
-#
-# 11/29/2003 - Jeff Grimmett (grimmtooth@softhome.net)
-#
-# o wx.ListItem.GetText() returns a wxString pointer, not the text.
-#
import wx
import images
import wx
import images
@@
-113,5
+105,5
@@
without limiting what can be done with the list control itself.
if __name__ == '__main__':
import sys,os
import run
if __name__ == '__main__':
import sys,os
import run
- run.main(['', os.path.basename(sys.argv[0])])
+ run.main(['', os.path.basename(sys.argv[0])]
+ sys.argv[1:]
)