desktop

tests/test this.py

61:2b724c10c3dc
2008-10-15 paulb [project @ 2008-10-15 21:12:37 by paulb] Updated release information. Fixed root window identification.
     1 #!/usr/bin/env python     2      3 """     4 As a script with a space in the name, useful for testing with the desktop.open     5 function.     6 """     7      8 import os, sys, commands     9     10 os.system("kdialog " + "".join(map(commands.mkarg, sys.argv[1:])))    11     12 # vim: tabstop=4 expandtab shiftwidth=4