# HG changeset patch # User paulb # Date 1131710975 0 # Node ID aefa1cf6b95642a0118dc07408bc19430648d8f1 # Parent be52cef451e715f542d9001dbc3c6ba0b47c6ddf [project @ 2005-11-11 12:09:35 by paulb] Added a test of a script with a space in the filename. diff -r be52cef451e7 -r aefa1cf6b956 tests/test this.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/test this.py Fri Nov 11 12:09:35 2005 +0000 @@ -0,0 +1,3 @@ +#!/usr/bin/env python +import os, sys, commands +os.system("kdialog " + "".join(map(commands.mkarg, sys.argv[1:])))