projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
test program improvements (patch 927429)
[wxWidgets.git]
/
wxPython
/
demo
/
TextCtrl.py
diff --git
a/wxPython/demo/TextCtrl.py
b/wxPython/demo/TextCtrl.py
index c9798237fbe33bdb3d01658f44939349b070a841..77fc77b9e5f0b9a3f769e0f724e76d2d883ca32d 100644
(file)
--- a/
wxPython/demo/TextCtrl.py
+++ b/
wxPython/demo/TextCtrl.py
@@
-169,5
+169,5
@@
text masking for such things as passwords.
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:]
)