projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
old compilation fix for AIX from Ian Brown
[wxWidgets.git]
/
wxPython
/
demo
/
run.py
diff --git
a/wxPython/demo/run.py
b/wxPython/demo/run.py
index 615e5e8df4bc03cde4f386a8e85422c2f4239729..82d702bb4325c443fc75d13012b3ab0881dd42c7 100755
(executable)
--- a/
wxPython/demo/run.py
+++ b/
wxPython/demo/run.py
@@
-84,7
+84,7
@@
class RunDemoApp(wxApp):
def main(argv):
- if len(argv)
!=
2:
+ if len(argv)
<
2:
print "Please specify a demo module name on the command-line"
raise SystemExit