X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95bfd958bda8955ac81277c78e5627c926154f39..1dd82eff99693729c49a1c578f3b47356c5c6f0c:/wxPython/demo/LayoutConstraints.py

diff --git a/wxPython/demo/LayoutConstraints.py b/wxPython/demo/LayoutConstraints.py
index ec682a5a77..abd5e1a8b2 100644
--- a/wxPython/demo/LayoutConstraints.py
+++ b/wxPython/demo/LayoutConstraints.py
@@ -144,5 +144,5 @@ the constraint is wxAsIs, the dimension will not be changed.
 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:])