summaryrefslogtreecommitdiff
path: root/portato/plugins/exception.py
blob: 64bdb77c6a8e1cdcf39fa328c611db52b4e5fe10 (plain)
1
2
def throw (*args, **kwargs):
	raise Exception, "As requested, Sir!"
Update translationRené 'Necoro' Neumann2-349/+393 2008-03-06Update createpot.shRené 'Necoro' Neumann1-3/+2 2008-03-06Use 'nofork' instead of 'nolistener'René 'Necoro' Neumann1-3/+3 2008-03-05Install glade files into template dir and not data dirRené 'Necoro' Neumann2-2/+1 2008-03-05Added dependency listRené 'Necoro' Neumann3-117/+237