# HG changeset patch # User paulb # Date 1197744039 0 # Node ID 10894f42d413a1e9accb5c8e3826e772f75badce # Parent 23f3edba5edb86496a109566414c0dad0e4b5dfe [project @ 2007-12-15 18:40:39 by paulb] Tidied and added docstring. diff -r 23f3edba5edb -r 10894f42d413 tests/test this.py --- a/tests/test this.py Sat Dec 15 18:32:49 2007 +0000 +++ b/tests/test this.py Sat Dec 15 18:40:39 2007 +0000 @@ -1,3 +1,12 @@ #!/usr/bin/env python + +""" +As a script with a space in the name, useful for testing with the desktop.open +function. +""" + import os, sys, commands + os.system("kdialog " + "".join(map(commands.mkarg, sys.argv[1:]))) + +# vim: tabstop=4 expandtab shiftwidth=4