desktop

tests/test this.py

47:f70579b804bf
2007-12-04 paulb [project @ 2007-12-04 00:07:35 by paulb] Standardised on MenuItem for all kinds of menu and list items. Introduced support for different option orderings in ListItemList. Introduced an add method on Menu and subclasses. Added an available attribute on the module.
     1 #!/usr/bin/env python     2 import os, sys, commands     3 os.system("kdialog " + "".join(map(commands.mkarg, sys.argv[1:])))