]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/run.py
handle accel keys for owner drawn menu items (based on the patch 657105)
[wxWidgets.git] / wxPython / demo / run.py
index 615e5e8df4bc03cde4f386a8e85422c2f4239729..82d702bb4325c443fc75d13012b3ab0881dd42c7 100755 (executable)
@@ -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