desktop

tests/test this.py

49:4d5b60c416ca
2007-12-13 paulb [project @ 2007-12-13 21:41:15 by paulb] Added command result conversions to Python types. Fixed some type errors.
     1 #!/usr/bin/env python     2 import os, sys, commands     3 os.system("kdialog " + "".join(map(commands.mkarg, sys.argv[1:])))